A visualizer for five of the most commonly used in-place sorting algorithms and @DadOfMrLog's hybrid algorithm. Size can be changed by pressing... Right arrow: +1 Left arrow: -1 Up arrow: *2 Down arrow: /2 Free to use to all who find it helpful.
I used DadOfMrLog's sorting algorithm as it is one of the fastest (the fastest?) sorting algorithms present on Scratch at the moment. https://scratch.mit.edu/projects/48447854/ None of the algorithms run with "run without screen refresh" checked in order to be able to visualize the process, but this means that the time they finish to not represent the actual amount of time. Results may vary from when used in practice.