Skip to content

Find the nth value of the fibonacci series with a robust framework suited for enterprise production

License

Notifications You must be signed in to change notification settings

surrsurus/enterprise-fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enterprise-fibonacci

Find the nth value of the fibonacci series. Suitable for enterprise solutions.

How to Use

  • Run fib.py in terminal (linux) or the IDLE (windows)
  • Make sure it's Python 3
  • Enter valid integer from 1 - ∞ (not inclusive of ∞)

FAQs

Q: Why should I use this fibonacci generator?

A: It is enterprise quality, meaning that when you run fib.py, you aren't just getting a fibonacci generator using tuple unpacking or some other dumb, concise method, you're only getting the best of a tried and true robust framework suitable for production code.

Q: Why is this repo so large? 30 Mb seems like a lot.

A: As mentioned before, this isn't something thrown together in 2 seconds for Project Euler, this is a robust, modular framework for fibonacci generation. And remember: Bigger means more enterprise.