Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionmedium
0:00.0

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