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

What is the result of the recursion T(n)=T(n−1)+T(n−2)T(n) = T(n-1) + T(n-2)T(n)=T(n−1)+T(n−2) with T(0)=0,T(1)=1T(0)=0, T(1)=1T(0)=0,T(1)=1 for n=5n=5n=5?