Recursionhard
0:00.0

Solve T(n)=3T(n/2)+n2T(n) = 3T(n/2) + n^2 using the Master Theorem. What is the Big-O complexity?