library fibonacci
Fibonacci sequence lab
lzr/fibonacci
Fibonacci sequence lab
- Thursday, February 23, 2017
- by todomagichere
- Repository
- 0 Watchers
- 0 Stars
- 15 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
Fibonacci computational complexity methods
With this class you can calculate the following different types of computational complexity to obtain a Fibonacci sequence using three different methods:, (*1)
- Exponential complexity.
- Linear complexity
- Logarithmic complexity
If you want to experiment, do a demonstration, or simply teach your students what computational complexity is based on, you can download this class with Composer., (*2)
Installation with Composer
If you're using Composer to manage dependencies, you can use, (*3)
$ composer require todomagichere/fibonacci