An open API service indexing awesome lists of open source software.

https://github.com/surrsurus/enterprise-fibonacci

Find the nth value of the fibonacci series with a robust framework suited for enterprise production
https://github.com/surrsurus/enterprise-fibonacci

advanced business business-solutions documentation enterprise enterprise-fibonacci enterprise-software fast fib fibonacci fibonacci-generator fibonacci-series framework nth production-ready reliable robust startup suitable tested

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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*.