Searching on Data Structure and Algorithms related Questions and Answers


Question :   Choose the recursive formula for the Fibonacci series.(n>=1)
1. F(n) = F(n+1) + F(n+2)
2. F(n) = F(n) + F(n+1)
3. F(n) = F(n-1) + F(n-2)
4. F(n) = F(n-1) – F(n-2)
5.
Answer :   3 - F(n) = F(n-1) + F(n-2)  

* Be the First to Post a Comment.

Submit comment :


Captcha Image
Reload

Ask Question

Captcha Image
Reload

Note : Name and Email never shown.





Subscribe


Become a part of EducationForever. Subscribe to our FREE Newsletter