Recursionhard
0:00.0

Given T(n)=3T(n/2)+nT(n) = 3T(n/2) + n, what is the complexity?