Skip to content

A simple solution to the fibbonacci problem using dynamic programming.

Notifications You must be signed in to change notification settings

PersonligaPersson/fib_dynamic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

fib_dynamic

A simple solution to the fibbonacci problem using dynamic programming.

Usage

n := positive integer fib n

Analysis

At most n unique values will be created. Repeated values are taken from the cache. This gives O(n) time complexity.

About

A simple solution to the fibbonacci problem using dynamic programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages