This project will sort a list of numbers from smallest to largest. Tell it how many numbers you want it to do, and it will generate a random arrangement of numbers and sort them out. The minimum number is 50 and maximum number is 1000.
All art and code by me. I spent a long time on this. If you're wondering how it works, it basically takes the highest number that hasn't already been sorted, and puts it in order from smallest to largest. Not the most efficient, but it's still cool to watch. You can go inside the project and push the maximum number higher, but it runs very slowly, so it can take a while. #Simulation #Art