fharookshaik / fibonacci-series

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.
MIT License
20 stars 101 forks source link
code-development community-driven fibonacci-sequence hacktoberfest learn open-source programming-languages up-for-grabs

Open Source Helpers Codacy Badge

fibonacci_series

Hello Coders,

This repository is mainly targeted to collect program's in various programming languages of the famous Fibonacci series.

What is 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, ....

Contribution

Wanna Contribute to this repository.

Contribute to this repository for the Hacktoberfest2020.

Hacktoberfest 2021

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

LinkedIn  
## Happy Coding !! [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)