Click on the red buttons or the rainbow buttons to do stuff: - Arrows, "rainbow", and "markers" change settings - Clicking on the sorting algorithm name will select a random one - Clicking on "Sort" will sort the list using the selected algorithm - Clicking on the "shuffle" area will modify the list, depending on the selection -Run in turbo mode (shift click the green flag) to speed things up -You can press space to shuffle the list instantly (only shuffle) ----------------------- Sorting algorithms: - Quicksort - Insertion - Bubble sort - Bogo sort (lol) - Merge sort - Gnome sort - Radix sort - Comb sort Shuffling options: - Shuffle - Reverse - Randomize (random values, sorts the list automatically) - Flatten - Swap 1 pair - Sort instantly - Reset the list (back to original state) ----------------------- - Sorting times in this project don't correspond to the actual sorting times - Some sorting algorithms may look different (such as merge sort and radix sort)
Now with audio! (For best performance, please turn on turbo mode by clicking: See inside > Edit > Turn on Turbo Mode, or pressing the green flag while holding the Shift key) Also customized Radix Sort and you can call it Radix L/MSD Sort.