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» C. cannot be used for divide and conquer algorithms


Discussion

No Comment Found