Sorts introduces five common computer science sorting algorithms. As a tutorial, it animates the operations of each sort. It also provides explanations, code, comparisons, and some basic terminology.
Animations included are:
Selection Sort
Insertion Sort
Shell Sort
Merge Sort
Quicksort
This is a great resource for those new to sorting algorithms or who want a refresher!