-
1 ♦ sort
♦ sort /sɔ:t/n.1 sorta; genere; specie; classe; categoria; tipo: What sort of book is it?, che genere di libro è?; people of every sort, gente d'ogni sorta; biscuits of all sorts, biscotti di tutti i tipi (o assortiti); John is the sort of person you cannot rely on, John è quel genere di persona su cui non si può fare affidamento; DIALOGO → - Lost child 3- This sort of thing happens all the time, una cosa del genere capita di continuo2 (fam. ingl.) tizio; tipo; uomo; individuo; persona: He's a good sort, è un buon uomo; è un bonaccione; He's not such a bad sort, non è poi così cattivo; He's a really decent sort, è proprio un brav'uomo3 (Austral.) donna; ragazza; tipa; tizia5 (comput.) ordinamento: sort algorithm, algoritmo di ordinamento; sort key, chiave per l'ordinamento; sort order, metodo di ordinamento● (fam.) sort of, alquanto, piuttosto; un po', quasi; in un certo modo: I was sort of tired, ero piuttosto stanco; I sort of expected it, in un certo modo me l'aspettavo □ a sort of, una sorta (o una specie) di: I felt a sort of fear, provavo una sorta di timore; He wore a sort of hat, portava una specie di cappello □ after a sort, in un certo modo; fino a un certo punto □ in a sort = after a sort ► sopra □ (spreg.) of a sort (o of sorts), per così dire; cosiddetto; una specie di; mediocre: his kindness of a sort, la sua cosiddetta gentilezza; He's a writer of sorts, è, per così dire, uno scrittore □ to be out of sorts, (tipogr.) aver finito l'assortimento, essere a corto di caratteri; (fig. ingl.) essere indisposto (o depresso, abbattuto, di malumore, fuorifase, sfasato); essere irritato (o seccato, scocciato) □ (prov.) It takes all sorts ( to make a world), il mondo è bello perché è vario; tutti i gusti son gusti.♦ (to) sort /sɔ:t/v. t.1 classificare; ordinare; assortire; selezionare: to sort books according to their size, assortire i libri secondo l'altezza; to sort colours, classificare le tinte; Fruit is sorted before packaging, la frutta viene selezionata prima d'essere confezionata3 (comput.) ordinare4 (fam., spec. scozz.) aggiustare; accomodare; riparare.
См. также в других словарях:
Sort (C++) — sort is a function in C++ Standard Template Library that takes two random access iterators, the start and the end, as arguments and performs a comparison sort on the range of elements between the two iterators, front inclusive and end exclusive.… … Wikipedia
sort — 1. noun /sɔːt,sɔɹt/ a) A general type. This guys a decent sort. b) group, company. I had a sort of my cupboard Syn: genre, genus … Wiktionary
Algorithm design — is a specific method to create a mathematical process in solving problems. Applied algorithm design is algorithm engineering.Algorithm design is identified and incorporated into many solution theories of operation research, such as dynamic… … Wikipedia
Sort — may mean * Sorting, any process of arranging items in sequence or in sets ** In conveyor lines sortage is the term for a checkweigher sorting products. ** Sorting algorithm, a computer process for arranging elements in lists ** Sort (Unix), a… … Wikipedia
Sort-merge join — The Sort Merge Join (also known as Merge Join) is an example of a join algorithm and is used in the implementation of a relational database management system. The basic problem of a join algorithm is to find, for each distinct value of the join… … Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Sorting algorithm — In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other… … Wikipedia
Merge sort — Example of merge sort sorting a list of random dots. Class Sorting algorithm Data structure Array Worst case performance O(n log n) … Wikipedia
Bubble sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=NoBubble sort is a simple sorting algorithm. It works by repeatedly stepping through the list to be sorted, comparing two items at a time… … Wikipedia
Counting sort — In computer science, counting sort is an algorithm for sorting a collection of objects according to keys that are small integers; that is, it is an integer sorting algorithm. It operates by counting the number of objects that have each distinct… … Wikipedia
Selection sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallySelection sort is a sorting algorithm, specifically an in place comparison sort. It has O( n 2) complexity, making it… … Wikipedia