nishant-ai / DSA-Help

This is a respository for helping students learn DSA in different Programming Languages.
MIT License
139 stars 87 forks source link

fibonacci.cpp #229

Closed AmanDekate1 closed 1 year ago

AmanDekate1 commented 1 year ago

The Fibonacci sequence is a set of integers (the Fibonacci numbers) that starts with a zero, followed by a one, then by another one, and then by a series of steadily increasing numbers. The sequence follows the rule that each number is equal to the sum of the preceding two numbers. The Fibonacci numbers are the numbers in the following integer sequence. 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ……..