Recursionhard
0:00.0

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