Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Fast Fibonacci
## Nicholas Miklaucic

This repository contains various algorithms for computing Fibonacci numbers.
This provides a useful way of comparing their performance, numerical stability,
and other problems that arise.