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

In a recursion tree for T(n)=T(n−1)+cT(n) = T(n-1) + cT(n)=T(n−1)+c, what is the total cost if the recursion depth is nnn?