Python-based Fibonacci-number implementation that uses RAM (with memoization)
- python3
- git
git clone https://github.com/piciakk/fibonacci.py
python3 main.py
num
Note: Instead of num, you can specify how many Fibonacci-numbers you want to display (0 will be displayed, but it does not count)