InterviewSolution
Saved Bookmarks
| 1. |
Under what case of Master’s theorem will the recurrence relation of binary search fall?(a) 1(b) 2(c) 3(d) It cannot be solved using master’s theoremThe question was asked in examination.My doubt stems from Masters theorem in section Recursion of Data Structures & Algorithms II |
|
Answer» Right answer is (b) 2 |
|