Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 411 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 411 Bytes

fibonacci.py

Python-based Fibonacci-number implementation that uses RAM (with memoization)

Usage:

Requirements:

  • python3
  • git

Clone the repository:

git clone https://github.com/piciakk/fibonacci.py

Start the app

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)