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
- Host: GitHub
- URL: https://github.com/surrsurus/enterprise-fibonacci
- Owner: surrsurus
- License: gpl-3.0
- Created: 2016-09-27T13:21:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T16:43:17.000Z (over 8 years ago)
- Last Synced: 2025-04-02T17:50:29.664Z (about 2 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*.