Skip to content

Dockerized application written with PHP (Lumen) to find slice of Fibonacci sequence

Notifications You must be signed in to change notification settings

superhorsy/fibonacci-slicer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fibonacci sequence estimation app

App to estimate fibonacci sequence. Caching already

How to set up

docker-compose up

docker-compose run --rm composer install

How to use

Open localhost/ in your favorite browser and enjoy.

To Do

  • Increase range of estimation with PHP extensions like GMC or BCMath.
  • Involve caching into work of recursive function

About

Dockerized application written with PHP (Lumen) to find slice of Fibonacci sequence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published