Phrase Hound found 27 phrases and 13 compound words that contain sorts. The most common are listed below. Open sorts in the live search for definitions, filters, and the full list.
Phrases 27
- out of sortsIrritable or somewhat unwell, with vague medical symptoms.
- it takes all sortsEllipsis of it takes all sorts to make a world.
- bubble sortsplural of bubble sort: A sorting algorithm in which pairs of neighboring values are compared and swapped into the right order if necessary in the innermost loop.
- copy sortsplural of copy sort: An advertising research technique that assesses individual phrases and verbal ideas in a commercial by the audience's levels of attention or recall, relevance, and feelings.
- counting sortsplural of counting sort: A sorting algorithm that counts how many times each integer key appears in an array and then reorders the array based on those counts.
- cycle sortsplural of cycle sort: A sorting algorithm based on the idea that the permutation to be sorted can be factored into cycles that can be rotated individually to give a sorted result.
- gnome sortsplural of gnome sort: A variation of the insertion sort that does not use nested loops.
- good sortsplural of good sort: Someone who is likeable and dependable.
- library sortsplural of library sort: A form of insertion sort that leaves gaps between elements to accelerate subsequent insertions.
- picture sortsplural of picture sort: A research tool used to assess the effectiveness of advertising by asking consumers to select the pictures that best describe a brand.
- re-sortsthird-person singular simple present indicative of re-sort: To repeat a sorting process; sort again.
- selection sortsplural of selection sort: A sorting algorithm that divides the input list into two sublists — items already sorted, and items not yet sorted — and gradually transfers elements from one list to the other.
- sorts outthird-person singular simple present indicative of sort out: To clarify by reviewing mentally.
- sorts throughthird-person singular simple present indicative of sort through: To look through (a collection of documents, facts, etc.) to make sense of them or put them in order.
- merge sortsplural of merge sort: A divide and conquer sorting algorithm that operates by dividing the items to be sorted into many small lists and gradually merging them together.
- insertion sortsplural of insertion sort: A sorting algorithm that performs its task by inserting new items into a pre-existing sorted data structure.
- bucket sortsplural of bucket sort: A sorting algorithm that partitions an array into a number of buckets (groups of elements) which are then individually sorted, either recursively or using some other algorithm.
- spaghetti sortsplural of spaghetti sort: A linear-time algorithm for sorting a sequence of items, analogous to standing a number of strands of spaghetti of different lengths upright on a surface and noting the order in which they are encountered when …
- in good sortsHealthy, functional; in good condition.
- topological sortsplural of topological sort: An ordering of the vertices of a directed graph such that if an edge goes from vertex u to vertex v then u precedes v in the ordering.
- radix sortsplural of radix sort: Any of various sorting algorithms in which items are processed according to the value of each digit or character in turn
- sorts oneself outthird-person singular simple present indicative of sort oneself out: To organize or solve one's personal problems.
- introspective sortsplural of introspective sort: A sorting algorithm that begins with quicksort and switches to heapsort when the recursion depth exceeds a level based on (the logarithm of) the number of elements being sorted.
- middling sortsplural of middling sort: The middle class, especially in 18th-century Britain.
- sorts the wheat from the chaffthird-person singular simple present indicative of sort the wheat from the chaff: To select only that which is of value.
Compound words 13
- allsortsLiquorice allsorts.
- consortsplural of consort: The spouse of a monarch.
- alphasortsplural of alphasort: The process of sorting in alphabetical order, especially when performed in an automated fashion.
- bucketsortsplural of bucketsort: A sorting algorithm that partitions an array into a number of buckets (groups of elements) which are then individually sorted, either recursively or using some other algorithm.
- heapsortsplural of heapsort: A sorting algorithm based on the heap data structure.
- immunosortsthird-person singular simple present indicative of immunosort: To sort immunologically
- mergesortsplural of mergesort: A divide and conquer sorting algorithm that operates by dividing the items to be sorted into many small lists and gradually merging them together.
- missortsthird-person singular simple present indicative of missort: To sort incorrectly; to misorder.
- presortsthird-person singular simple present indicative of presort: To sort in advance.
- quicksortsplural of quicksort: A sorting algorithm that operates by recursively partitioning the items to be sorted into two sets.