I am referring to the algorithm presented here used to find a good pivot: http://en.wikipedia.org/wiki/Selection_algorithm#Linear_general_selection_algorithm_-_Median_of_Medians_algorithm
My question is I don't quite understand why the elements have to be divided specifically into groups of 5. Why not some other number?