Hello Coders,
This repository is mainly targeted to collect program's in various programming languages of the famous Fibonacci series.
A series of numbers in which each number (Fibonacci number) is the sum of the two preceding numbers is called as the Fibonacci Series.
The Fibonacci numbers can easily obtained by using the following formula:
Tn = Tn-1 + Tn-2
where
- Tn = current term.
- Tn-1 = preceeding term.
- Tn-2 = second preceeding term.
This gives us the following sequence that goes to infinity:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ....
Wanna Contribute to this repository.
- View CONTRIBUTION.md
Contribute to this repository for the Hacktoberfest2020.
People can contribute to this repository in the hacktoberfest month for cool grabs and to win a T-Shirt.
- In order to win the goodies, One needs to finish 4 pull requests(PR).
Stuck with Queries. Feel free to contact me