Rust-Programming/fibonacci
Sven Vogel 53dcfcb30b updated READMEs 2023-05-03 11:02:03 +02:00
..
src updated READMEs 2023-05-03 11:02:03 +02:00
Cargo.toml restructured repository from gitlab 2023-04-19 12:58:30 +02:00
README.md updated READMEs 2023-05-03 11:02:03 +02:00

README.md

Fibonacci

This project implements two version of the famous fibonacci sequence:

  • an iterative one
  • and a recursive one

Licensed under GPLv2 or later, same as the entire repository