Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 583 Bytes

File metadata and controls

13 lines (7 loc) · 583 Bytes

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.