This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
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
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.
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.
Stuck with Queries. Feel free to contact me