Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicholas-miklaucic/fast_fib_rs
Rust showcase of various algorithms for computing the nth Fibonacci number
https://github.com/nicholas-miklaucic/fast_fib_rs
Last synced: 13 days ago
JSON representation
Rust showcase of various algorithms for computing the nth Fibonacci number
- Host: GitHub
- URL: https://github.com/nicholas-miklaucic/fast_fib_rs
- Owner: nicholas-miklaucic
- Created: 2021-09-17T01:54:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T02:04:49.000Z (10 months ago)
- Last Synced: 2024-10-12T00:34:14.505Z (about 1 month ago)
- Language: Rust
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast Fibonacci
## Nicholas MiklaucicThis repository contains various algorithms for computing Fibonacci numbers.
This provides a useful way of comparing their performance, numerical stability,
and other problems that arise.