8 lines
186 B
Markdown
8 lines
186 B
Markdown
|
# 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
|