Published "The Sound of Sorting" 0.6
Posted on 2013-05-22 23:50 by Timo Bingmann at Permlink with 2 Comments. Tags: #c++ #university #fun #sorting #sound of sorting
This post announces the publication of my demo program for integer string sorting algorithms, called "The Sound of Sorting". It both visualizes the internals of sorting algorithms, and generates sound effects from the values being compared!
The demo is implemented using the cross-platform toolkits wxWidgets and SDL, can be executed on Windows, Linux and Mac, and runs in real time.
There are also many videos of the sorting algorithm on my new YouTube channel.
See the Sound of Sorting project page for the demo program and source code, and more information about version 0.6.
Will there be more updates?