Test your understanding
T(n)=4T(n/2)+n2T(n) = 4T(n/2) + n^2T(n)=4T(n/2)+n2. What is the time complexity?