Skip to content

This is a javascript algorithm to display fibonacci series according to the value of n. This particular algo displays the first 5 values in the fibonacci series. Big O = O(n) which is linear.

Notifications You must be signed in to change notification settings

bobbinnej/fibonacci-sequence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

This is a javascript algorithm to display fibonacci series according to the value of n. This particular algo displays the first 5 values in the fibonacci series. Big O = O(n) which is linear.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published