

InterviewSolution
Saved Bookmarks
1. |
The Master theorem(A) assumes the subproblems are unequal sizes(B) can be used if the subproblems are of equal size(C) cannot be used for divide and conquer algorithms(D) cannot be used for asymptotic complexity analysis |
Answer» None | |