Sorting Visualizations / Tutorial

I'm working on simple visualizations of all the fundamental sorting algorithims.

If you're interested in running the code on your own, make sure to download Processing and use the Python module to run the .pyde file. Try playing with some of the variables at the top of the script to get a feel for how they affect the generation.

Feel free to email me at thebuffed@gmail.com if you have any questions.

Other links:

All of these projects are available with the intention that other people will enjoy and learn from them.

Bubble Sort

Insertion Sort

Quick Sort

Merge Sort

Selection Sort

Bogo Sort

Gnome Sort

Cycle Sort

Heap Sort

Shell Sort

Radix Sort

Strand Sort

Cocktail Shaker Sort