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.
- Host: GitHub
- URL: https://github.com/ct-open-source/fibonacci-everywhere
- Owner: ct-Open-Source
- License: gpl-3.0
- Created: 2023-04-20T12:52:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T14:51:27.000Z (over 1 year ago)
- Last Synced: 2025-03-20T19:07:40.815Z (over 1 year ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))