Question: In Merge Sort, the merge function takes (n) when it merges two O(n) arrays. Suppose that some magician could merge two O(n) arrays in O(n0.999)

In Merge Sort, the merge function takes (n) when it merges two O(n) arrays. Suppose that some magician could merge two O(n) arrays in O(n0.999) time. (We don't know how the magician did. Probably used some magic.) What would be the running time of the Merge Sort, if we ask the magician to merge arrays every time? (a) No change in running time. The running time is still (nlogn). (b) It will be faster. The running time is now (n). (c) It will be faster. The running time is now (n0.999logn). (d) It will be faster. The running time is now (n0.999). (e) It will be slower. The running time is now (n2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
