InterviewSolution
Saved Bookmarks
| 1. |
The recurrence relation T(1) = 2 T(n) = 3T(n/4)+nhas the solution, T(n) equals to(A) O(n)(B) O(log n)(C) O(n^3/4)(D) None of the above |
| Answer» | |