Pache Sort An in-place algorithm that makes O(n log n) comparisons and O(n) moves. Algorithm created in Java by @aphitorite, ported to scratch Choose: Time Complexity: O(n log n) In-Place: Yes Stable: No