Recursionmedium
0:00.0

For T(n)=2T(n1)+1T(n) = 2T(n-1) + 1 with T(1)=1T(1) = 1, which can be proven by induction? (Select all)