Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 234 Bytes

File metadata and controls

7 lines (3 loc) · 234 Bytes

Selection algorithm

Algorithm

Decrease and conquer algorithm for finding the kth smallest number in an unordred list or array. The algorithm implies that you have to sort the data first and then find the kth smallest number.