🌀 The first 10 terms of the Fibonacci sequence written in various of programming languages.
  • Python 11%
  • COBOL 4.2%
  • Ada 3.6%
  • C# 3.3%
  • Scala 3%
  • Other 74.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-09-03 22:11:38 -04:00
.github PR template 2024-09-03 22:11:38 -04:00
src Carbon 2024-06-21 11:58:10 -04:00
.editorconfig Carbon 2024-06-21 11:58:10 -04:00
.gitignore Contribution guide & README update 2024-03-29 15:36:17 -04:00
CONTRIBUTING.md README list action 2024-03-29 18:55:53 -04:00
LICENSE Initial commit 2024-03-21 21:17:49 -04:00
README.md README typo fix 2024-07-19 15:23:43 -04:00
update_list.py Scheme & Snap! 2024-06-21 11:31:43 -04:00

🌀 Fibonacci Sequence

The first 10 terms of the Fibonacci sequence written in various programming languages.

GitHub license

🤔 What is the Fibonacci sequence?

Excerpt from Wikipedia:

In mathematics, the Fibonacci numbers, commonly denoted F_n, form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from 1 and 1 or sometimes (as did Fibonacci) from 1 and 2. Starting from 0 and 1, the first few values in the sequence are: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144.

The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs connecting the opposite corners of squares in the Fibonacci tiling

🌳 Similar projects

📥 Contributing

We welcome contributions, to see our rules and guidelines on contributing please read CONTRIBUTING.md

🌐 Languages [71 total]