A library of internal sorting routines
This is a collection of sorting algorithms, in C. All the examples are thoroughly tested using random input generation and assertions, there are no known bugs.
Keywords: insertion sort, shellsort, radixsort, heapsort, quicksort, quickersort, sedgesort (Robert Sedgewick quicksort optimization)
Visit http://www.yendor.com/programming/sort to learn more about sorting techniques.

