An open API service indexing awesome lists of open source software.

https://github.com/ct-open-source/fibonacci-everywhere

Calculate Fibonacci numbers in different programming languages.
https://github.com/ct-open-source/fibonacci-everywhere

Last synced: about 1 year ago
JSON representation

Calculate Fibonacci numbers in different programming languages.

Awesome Lists containing this project

README

          

# Fibonacci Everywhere

**Calculate Fibonacci numbers in different programming languages**

The programs in this repository serve either one of two purposes:

- to calculate the n-th Fibonacci number (see [folder "nth"](nth)), or
- to calculate the sequence of the first n Fibonacci numbers (see [folder "seq"](seq))