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

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