Sorting visualizer in java using the Swing library..
Iterations required to finish sorting are displayed automatically. Number of elements and sorting animation speed are customizeable.
Quick-sort animation: (rainbows!)
Selection-sort animation: (highlighted indexes show sorting iterations)
Currently adding Merge-sort animation and Bubble-sort