InterviewSolution
Saved Bookmarks
| 1. |
Under what case of Master’s theorem will the recurrence relation of merge sort fall?(a) 1(b) 2(c) 3(d) It cannot be solved using master’s theoremI have been asked this question during an internship interview.Enquiry is from Masters theorem topic in chapter Recursion of Data Structures & Algorithms II |
|
Answer» The CORRECT option is (b) 2 |
|