Recursionhard
0:00.0

Consider the recurrence relation T(n)=T(n/2)+T(n/4)+nT(n) = T(n/2) + T(n/4) + n. What is the asymptotic behavior of T(n)T(n)?