Recursionhard
0:00.0

Given T(n)=4T(n/2)+n2lognT(n) = 4T(n/2) + n^2 \log n, what is the asymptotic complexity of T(n)T(n)?