Press Flag to see Length Slider and Restart Project Use the Length slider to change the length of the list Press G to generate the list with random numbers (G also used to update Rainbow Sorter setting) Press S to answer a question and sort the list! Answers for Question: Bubble = Bubble Sort (v1) Odd-Even = Odd-Even Sort (v1.3) Cocktail = Cocktail Sort (v1.4) Comb = Comb Sort (v1.6) [NEW]
Now has 4 Sorting Algorithms! (v1.1.3) This only took around 70 blocks to code, and like 15 minutes. Pretty proud that it can run so fast despite the long lists, but visual representation requires it to be slower. (v1.3a) Making the Odd-Even sort was as easy as duplicating Bubble Sort twice and telling one to do even and the other to do odd. Not too hard, may add more in the future (v1.3) Odd-Even Sort is not as easy as duplicating and modifying Bubble Sort, but it definitely looks interesting now that it’s accurate. If you want project to run faster, use Turbowarp or Turbo Mode (or Both for lightning speed) (v1.4) I got so bored I added Cocktail Sort in like 15 minutes. Please help ;-; (v1.6) I added Comb Sorting in like 15 minutes with a look at a smaller-scale, slower version of it on the 'pedia. If you want to use any of the sorting algorithms I add to this project, please just credit me! v1.1: Added Visual Representation v1.1.3: Finished Adding Visual Representation v1.2: Added Audio Representation (Hopefully) v1.3a: Added Odd-Even Sorting Algorithm v1.3.1a: Minor Bugfixes for Odd-Even Sort v1.3: Fixed Odd-Even Sort so it was actually Odd-Even v1.3.1: Fixed Issue with list not fully sorting properly v1.4: Added Cocktail Sorting Algorithm v1.5: Added Rainbow Visualization for Sorter (Setting) v1.5.1: Made Rainbow Sorter Interact with Values in List for Satisfaction Purposes v1.5.2: Fixed Rainbow Sorter to be more Modular (not restricted to 500 values) v1.6a: Attempting to add Comb Sorting (Currently Needs Testing) v1.6: Finished Comb Sorting (with relative ease, despite my previous problems)