Question: Solve the following recurrence equation Master theorem T(n) = 2T(n/2) + n^4 O(n^4) O(n lg n) O(n ^ (lg 2))
Solve the following recurrence equation
Master theorem
T(n) = 2T(n/2) + n^4
| O(n^4) | |
| O(n lg n) | |
| O(n ^ (lg 2)) |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
