Package smile.sort
-
Class Summary Class Description IntHeapSelect This class tracks the smallest values seen thus far in a stream of values.QuickSelect Selection is asking for the k th smallest element out of n elements.QuickSort Quicksort is a well-known sorting algorithm that, on average, makes O(n log n) comparisons to sort n items.SortUtils Some useful functions such as swap and swif-down used in many sorting algorithms.