Recursionhard
0:00.0

Use the Master Theorem to find the asymptotic complexity of T(n)=2T(n4)+nT(n) = 2T\left(\frac{n}{4}\right) + \sqrt{n}.