/fast_fib_rs

Rust showcase of various algorithms for computing the nth Fibonacci number

Primary LanguageRust

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.