The Sound of Sorting ---------------------------- This project visualizes and helps you understanding the most common sorting algorithms. You can choose between ten different sorting algorithms: Bogosort, Selectionsort, Insertionsort, Bubblesort, Cocktail Shaker Sort, Shellsort, Quicksort, Mergesort, Heapsort and Radixsort. ---------------------------- In the middle you can see an overview of the list, the left bar is the first item, the right the last one. The height represents its value. After sorting this list, it should start with the lowest value and end with the highest. ---------------------------- ● Use the top left buttons to control the sound and change the displayed color. ● Click the top right buttons to change the list settings, instructions are ingame. ● Choose one sorting algorithm by clicking on one of the ten buttons below. ● Use the bottom right buttons to start the slow sorting visualization or click "test" to run the algorithm in fast mode, get information about the sorting process and compare different algorithms. Press L to show and hide information and C to cancel the visualization. -------------- Have fun!
by me