Recursionmedium
0:00.0

For the recurrence T(n)=4T(n/2)+n2T(n) = 4T(n/2) + n^2, what is the asymptotic complexity using the Master Theorem?