todomagichere / fibonacci
Fibonacci sequence lab
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/todomagichere/fibonacci
This package is auto-updated.
Last update: 2025-10-16 12:51:13 UTC
README
With this class you can calculate the following different types of computational complexity to obtain a Fibonacci sequence using three different methods:
- 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.
Installation with Composer
If you're using Composer to manage dependencies, you can use
$ composer require todomagichere/fibonacci