dictionary
Definition / Define
Quicksort
- Quicksort Noun
- A sorting algorithm that operates by recursively partitioning the items to be sorted into two sets.
- Somewhat surprisingly, the average behaviour of quicksort is the same as the best behaviour.
- Quicksort Verb
- To sort with such an algorithm.
- The first and last subsets are then recursively quicksorted.