Computer Science, asked by Nagasasi1194, 11 months ago

Explain the concept of fibonacci numbers in data structure

Answers

Answered by KameenaYaar01
0

Answer:

The Fibonacci sequence is a sequence of numbers in which each successive number in the sequence is obtained by adding the two previous numbers in the sequence. The sequence starts with zero and one, and proceeds forth as 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 and so on.

Similar questions