2017 © Pedro Peláez
 

library fibonacci

Fibonacci sequence lab

image

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

The README.md

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

The Versions

23/02 2017

dev-master

9999999-dev http://www.ekadesign.eu

Fibonacci sequence lab

  Sources   Download

MIT

sequence complexity fibonacci lzr computational