Page 1 of 1

Which of the following recurrence relations can be used to find the nth fibonacci number?

Posted: Wed Jul 13, 2022 6:16 pm
by answerhappygod
a) F(n) = F(n) + F(n – 1)
b) F(n) = F(n) + F(n + 1)
c) F(n) = F(n – 1)
d) F(n) = F(n – 1) + F(n – 2)