Buttermilk Sort A sorting algorithm originally made in Java by @Distray that I converted to Scratch Time Complexity: O(n^1.5) In-Place: Yes Stable: No
Thanks to @Distray for the algorithm