I am trying to implement Median of Medians in Java for a method like this:
Select(Comparable[] list, int pos, int colSize, int colMed)
list
is a list of values of which to find a specified position
pos
is the specified position
colSize
is the size of the columns that I create in the first stage
colMed
is the position in those columns that I use as the medX
I am not sure which sorting algorithm would be the best to use or how to implement this exactly..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…