Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.