Rust-Programming/fibonacci/README.md

8 lines
186 B
Markdown
Raw Normal View History

2023-05-03 09:02:03 +00:00
# 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