Instructions
Whipping Cream Sort
A sorting algorithm originally made in Java by @Distray that I converted to Scratch
Best Case: O(n log n)
Average Case: O(n log^2 n)??
Worst Case: O(n^2)
In-Place: Yes
Stable: No
Notes & Credits
Thanks to @Distray for the algorithm