Sorting Demo

created:17 Aug 2008 @ 01:45 am
edited:25 Aug 2008 @ 01:19 am


This program provides a demonstration of 4 different sorting algorithms.
Bubble, Selection, Shaker and Radix.

Each sorting method is demonstrated in 2 ways:
  • Visually, so that you can try to understand the algorithm
  • Non-Visually, on a larger scale (10k numbers) so that you can compare times

Radix sort also has a 1 Million number sort button. The reason that Radix is the only one with this button, is that I got very bored waiting for the others to finish a sort of 1 Million numbers.
Radix completed the 1 Million number sort in about 30 seconds on my computer.

Download ZIP