WR for bogo sort: 9 Turbowarp runs 8.3 times quicker for those who are impatient, but I am still convinced sorting 1000 lines in turbowarp is faster than sorting 100 in scratch. Much better using turbowarp for bogo sorting. Press space to randomize and up arrow to reverse. idk why i needed to add that option
- Type "merge" for merge sort, "bubble" for bubble sort and anything else for bogo sort - You have to hold space for a while to randomize it after it merge sorts. - For bogo sort, I could get to sort 7 on scatch and 9 on 250 FPS turbowarp. Don't go above that please. It is all luck. - Bubble sort is satisfying. I wouldn't go above 1000 for bubble sort on scratch, and on 250 FPS turbowarp I tried going up to 20000, but it went slower than a plane on the flight map so I would only go up to 5000 - Merge Sort runs slow on this because it has to actually draw stuff and all that, but if you just want to sort a list it works perfectly well, and I think it looks kinda satisfying - It also works a bit better in turbo mode Change Log: - Merge sort is twice as fast. I mentioned how it was slow because it has to draw, then sort, and repeat that. Now it only draws when it separates the items into mini-lists, but you don't actually see the "merge" part. Note that if you draw the lines after the "Merge Sort" block it takes one frame to sort and one other frame to draw. But that ruins the point of the project, doesn't it? -