Question: Using the Master Theorem, find the efficiency class for: 1. T(n) = 3T(n/3), f(n) = n 12 2. T(n) = 2T(n/3), f(n) = n 32
Using the Master Theorem, find the efficiency class for:
1. T(n) = 3T(n/3), f(n) = n12
2. T(n) = 2T(n/3), f(n) = n32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
