Skip to content

A set of useful tips which improves a function computing the N-th element of the Fibonacci numbers. Dedicated for Python developers.

License

Notifications You must be signed in to change notification settings

pbrus/fibonacci-numbers-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A set of useful tips which improves a function computing the N-th element of the Fibonacci numbers. Dedicated for Python developers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published