Lazixio Sort A sorting algorithm originally made in Java by @Distray that I converted to Scratch Best Case: O(n) Average Case: O(n^1.5) Worst Case: O(n^1.5) In-Place: Yes Stable: Yes