Recursionmedium
0:00.0

For the recurrence T(n)=2T(n/2)+1T(n) = 2T(\lfloor n/2 \rfloor) + 1 with T(1)=1T(1) = 1, which asymptotic bound is correct?