--- Instructions --- - Click the green flag and select the amount of items you'd like sorted - 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 32). - 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. - For a version with higher item limits, try this project: https://scratch.mit.edu/projects/1233570484/
--- Credits --- - All programming within this project is created by me. - My friend inspired the audio that plays when sorting.