Sven Vogel 53dcfcb30b | ||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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