About
You're viewing one of 23,249 blog entries. Click here to read some more.
Other views
Recent Comments
Comments By...
Last 100 Entries
Random Entry
View by Category
Mobile Edition
Ad
Tuesday, 30 September, 2008
Animated Sorting Algorithms
If 10,000 people see this link, 7-8 will think it's very cool: Animate Sorting Algorithms.
These pages show 8 different sorting algorithms on 4 different initial conditions. These visualizations are intended to:
Show how each algorithm operates.
Show that there is no best sorting algorithm.
Show the advantages and disadvantages of each algorithm.
Show that worse-case asymptotic behavior is not the deciding factor in choosing an algorithm.
Show that the initial condition (input order and key distribution) affects performance as much as the algorithm choice.

