original notes from Jens (scratchsort): This project is another attempt at finding a sorting algorithm that is fast enough to be useful in Scratch. I'm suggesting a variant of the Insertion Sort which makes use of the fact that the output list is already sorted as it is built, to find the insertable element's position much quicker. this project compares this "new" ScratchSort algorithm to my previous sorting champion "ThreadSort". Select the number of elements to sort and click on the star to start the race. Feel free to remix. Enjoy! -Jens Random words adapted from Sherminator's project. This project generates a bunch of random words and then sorts them alphabetically.