Question: Selection Problem Input: A set A of n (distint) numbers and an integer i where I sin Output: the i-th smallest element of A In

Selection Problem Input: A set A of n (distint) numbers and an integer i where I sin Output: the i-th smallest element of A In using the median of medians algorithm instead of dividing into sublists of five elements each. we opted to divide the input array into sublists of three elements each. What is the worst case time complexity of using this variation of median of medians ? Select one: Onlgn) O(n) O(lg n) O(n) 0(1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
