Some Sorting Algorithms

These animations are from a web page created by someone called John Morris at uwa.au.edu (my guess is University of Western Australia). I did nothing to create them; they are not mine. They may not be the greatest explanations in the world, but may help to get the idea of some of these algorithms. They cover:
  1. Insertion sort
  2. Quicksort
  3. Radix sort
  4. Counting sort (which he calls Bin sort)
  5. and some other things
Follow This Link to see them.