Recursionhard
0:00.0

A recursive function T(n)=3T(n/2)+n2T(n) = 3T(n/2) + n^2. Using the Master Theorem, what is the complexity?