Recursionmedium
0:00.0

For the recurrence T(n)=3T(n/2)+nT(n) = 3T(\lfloor n/2 \rfloor) + n, what is the asymptotic time complexity?