Sorting Animation
As part of our current programming assignment, we’ve been asked to produce a Java animation to show the workings of three sorting algorithms: bubble sort, selection sort and merge sort. To see the three in action, see below. (Note: you may need to tweak your browser settings to enable Java applet execution.)
Refresh this page to see the animation again. (Yes, I’m too lazy to add a button.)
To see more animations, using different sorting algorithms, try here and here.