Visual Sorting Algorithms: Six 100% pen sorting algorithms with visuals and noise A project like this one (but better) was featured recently and I thought it was amazing (link: https://scratch.mit.edu/projects/149793697/). I decided to try someting like it because I have really been into sorting algorithms recently. Almost all the ideas came from that project, although I didn't copy any of it. All the coding is 100% by me. Credit to @Frostwhisker04 for coming up with the third algorithm, even though I learned that it is just the insertion sort later, he didn't know that when he created it. The two white bars signify which two numbers are being compared/switched. If there is only one, that is the number currently being looked at. Newest version (though not necessarily better): https://scratch.mit.edu/projects/177331196/ Enjoy! :D