Recursionhard
0:00.0

Given the Tower of Hanoi recurrence T(n)=2T(n1)+1T(n) = 2T(n-1) + 1 with T(1)=1T(1) = 1, find T(3)T(3).