--- Instructions --- - Click the green flag and select the amount of items you'd like sorted (the minimum value is 4, the maximum is 224) - When you're ready, click anywhere on-screen to begin sorting. - The algorithm will sort each item from least to greatest (the minimum value is 1, the maximum is 128). - Once the algorithm completes the sort, you can view how long it took on the top-left of the screen. --- Information --- - I made this sorting algorithm for fun. There's definitely a more efficient way to sort, but this is what I came up with. - The more items there is to sort, the longer the algorithm will take to sort them. - This project has a higher limit of items that the algorithm can sort.
--- Credits --- - All programming within this project is created by me. - My friend inspired the audio that plays when sorting.