Skip to content

Latest commit

 

History

History

median-of-medians

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Median of Medians

In computer science, the median of medians is an approximate (median) selection algorithm, frequently used to supply a good pivot for an exact selection algorithm, mainly the quick-select, that selects kth smallest element.