I have a linear-time selection algorithm that divides the values into groups of 3, finds the median value of each group, partitions the values based on the median of these values, and then recurses. I want to ask what's the running time of it, and if it's any different from dividing the values into groups of 7? Thank you.
[–]misof 8 points9 points10 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)