Applet: Pictorial representations of Java Sorting Algorithms
Hi ! In this occasion I will share with you a Java Applet I built to visualize the dynamic characteristics of some of the 17 Clean implementations of Java Sorting Algorithms I posted some days ago.
Sorting algorithms are especially amenable to pictorial representations that make plain their dynamic characteristics. Visual representations are useful for understanding the operations of sorting algorithms.

I had to add thread interruptions to the fastest sorters (QuickSort, MergeSort, etc…) because if not, the animations were too fast. So don’t ever, never, use this Applet to take conclusions about which sorter is the fastest.
If you enjoyed this post follow me on twitter or leave a feedback !