项目作者: surrsurus

项目描述 :
Find the nth value of the fibonacci series with a robust framework suited for enterprise production
高级语言: Python
项目地址: git://github.com/surrsurus/enterprise-fibonacci.git
创建时间: 2016-09-27T13:21:04Z
项目社区:https://github.com/surrsurus/enterprise-fibonacci

开源协议:GNU General Public License v3.0

下载


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.