Skip to content

Python-based Fibonacci-number implementation that uses RAM

License

Notifications You must be signed in to change notification settings

PiciAkk/fibonacci.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Python-based Fibonacci-number implementation that uses RAM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages