Sorting Algorithm Visualizer
March 20, 2006 · Print This Article
We’ve probably all taken a stab at generating our own sorting algorithm, and many of us have fallen back on using a standardized algorithm instead. I still remember implementing a bubble sort in an application and thinking how vast an improvement it was over the previous sort!
This algorithm visualizer takes up to three sorting algorithms and compares them side by side. There are fifteen common (and not so common) algorithms from which to choose, and accompanying source code for your own use. Needless to say, I’ll be trying the heap and merge sorts at the first available opportunity.

Tags: algorithm, sorting, programming




Comments
Got something to say?