Hacktoberfest2020 icon indicating copy to clipboard operation
Hacktoberfest2020 copied to clipboard

Fibonacci sequence

Open 3daddict opened this issue 3 years ago • 0 comments

Description

The Fibonacci sequence is a series of numbers where a number is the addition of the last two numbers, starting with 0, and 1.

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have added my code in its respective language folder.
  • [x] I have mentioned a short description about the code at the beginning of the program.
  • [x] I have performed a self-review of my own code.
  • [x] I have commented my code, particularly in hard-to-understand areas.
  • [x] My changes generate no new warnings.
  • [x] I have not deleted any files that already exist in the repository.

3daddict avatar Oct 24 '20 17:10 3daddict