Recursionmedium
0:00.0

If T(n)=2T(n/2)+n2T(n) = 2T(n/2) + n^2, what is the asymptotic growth?