项目作者: pbrus

项目描述 :
A set of useful tips which improves a function computing the N-th element of the Fibonacci numbers. Dedicated for Python developers.
高级语言: Jupyter Notebook
项目地址: git://github.com/pbrus/fibonacci-numbers-python.git
创建时间: 2017-11-21T21:46:38Z
项目社区:https://github.com/pbrus/fibonacci-numbers-python

开源协议:MIT License

下载


Fibonacci-numbers-python

This document describes how to generate any element of the Fibonacci sequence. At the beginning I present different functions which allow to get the N-th element of these numbers. Going through the comparison of their speeds I choose the fastest one and then optimizing it, I finally print a ready-to-use code.

Requirements

The document was prepared with the usage of Python 3.4 and the following package:

  • matplotlib 2.1.0

    License

    Fibonacci-numbers-python is licensed under the MIT license.