
Sort Program
status: Release
last updated: September 12, 2017
download: Sort_Unity.zip
Whenever you have a dataset, you can run a sort algorithm on it to arrange it in a particular way. There are many different types of sorting algorithms, each with their own benefits and disadvantages, as most of them are only useful in a particular situation. Sorting algorithms are normally run immediately, based solely on the power of your cpu. This program will slow down the algorithms at 30 iterations per second, and visually show you how each sort algorithm rearranges the data.
Press Spacebar to reset the data to random values. Press Enter to change the speed. Press numbers and letters to initiate sorts.
Changelog:
September 12, 2017 - Now ported to Unity. Added Radix, Flash, Odd/Even, Cocktail Shaker, and Bucket sorts. Also added a new Fast Speed.