Recursionmedium
0:00.0

Using the Master Theorem on T(n)=3T(n/2)+n2T(n) = 3T(\lfloor n/2 \rfloor) + n^2, find the time complexity.