| |
| | sort |
 | | quicksort, heapsort, Shell sort, comb sort, radix sort, bucket sort, insertion sort, selection sort, merge sort, counting sort, histogram sort, strand sort, J sort, shuffle sort, American flag sort, gnome sort, bubble sort, bidirectional bubble sort, treesort (1), adaptive heap sort, multikey Quicksort. |
 | | Note: Any sorting algorithm can be made stable by appending the original position to the key. |
 | | The term "sort" came to be used in Computer Science because the earliest automated ordering procedures used punched card machines, which classified cards by their holes, to implement radix sort. |
| www.nist.gov /dads/HTML/sort.html (279 words) |
|