quicksort (82B)
1 # Quicksort 2 3 uses [pivot] 4 5 Up: [algorithm] for [sorting] 6 7 See also: [quickselect]