www.cs.amherst/~ccm/cs31/sorting.html
Sorting Links on the Web
Here is a sorting
algorithm race
.
Here are some charts showing
running times of sorting codes
.
Here is a detailed
comparison of mergesort and quicksort
for different kinds of data.
Here is a picture of a
decision tree
for an algorithm that sorts three elements.