Giter Site home page Giter Site logo

shhossain / fibonacci-series Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fharookshaik/fibonacci-series

0.0 0.0 0.0 5.17 MB

This repository is to write program the famous Fibonacci series in as many different programming languages as we can.

License: MIT License

Shell 6.21% JavaScript 5.56% Ruby 2.35% C++ 4.46% Scheme 4.56% Python 6.99% C 6.20% Java 9.26% R 2.69% Go 2.55% C# 14.13% Rust 3.46% Kotlin 3.25% Dart 4.14% TypeScript 12.02% M 2.10% Mercury 2.12% PHP 3.37% PowerShell 1.90% Scala 2.68%

fibonacci-series's Introduction

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

  • 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, ....

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.

  • In order to win the goodies, One needs to finish 4 pull requests(PR).

Stuck with Queries. Feel free to contact me

LinkedIn ย 

Happy Coding !!

forthebadge

fibonacci-series's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.