Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use middle element in quicksort [fixes #681].
This leaves us susceptible to O(n^2) worst-case quicksort behavior if the array to be sorted has a malicious or unfortunate ordering.
- Loading branch information