1.

Solve the following recurrence relationT(n) = 4T(n/2) + n

A. O(log n)
B. O(n /2)
C. O(n)
D. O(n2)
Answer» E.


Discussion

No Comment Found