McqMate
Q. |
Master’s theorem is used for? |
A. | solving recurrences |
B. | solving iterative relations |
C. | analysing loops |
D. | calculating the time complexity of any code |
Answer» A. solving recurrences | |
Explanation: master’s theorem is a direct method for solving recurrences. we can solve any recurrence that falls under any one of the three cases of master’s theorem. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet