1.

Solve the following recurrence relation:T(n) = 4T(n/2) + n2

A. Θ (n3)
B. Θ (n2)
C. Θ ( n2log n)
D. Θ (n2 /2)
Answer» D. Θ (n2 /2)


Discussion

No Comment Found