Skip to content

PzanettiD/fibonacci-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask app based on the Fibonacci series

Using Flask (python 3), HTML, CSS and deployed with Heroku!

How it works

The famous Fibonacci Numbers can be calculated with a recursive algorithm, with some sort of built-in memory (in an attempt of optimizing the time of calculation). With this, we can go as far as calculating the 99999th Fibonacci number. The code for the algorithm itself is pretty short, you can find it in fib.py.

You can check it out here!

Preview

About

A simple web app based on the Fibonacci series!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published