Quicksort (n): a sorting algorithm which accepts an array of integers (or hashable objects), and sorts it.
Quicksort remains the most commonly implemented sorting algorithm, despite being decades old.
2👍 1👎