Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 135 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 135 Bytes

QuickSelect

Select the k-th small (large) data from the set of n elements.
This is in-place algorithm.

Time complexity : $O(n)$