Recursionmedium
0:00.0

The recurrence T(n)=2T(n/2)+nT(n) = \sqrt{2} \cdot T(n/2) + n with T(1)=1T(1) = 1 has what asymptotic complexity?