Skip to content

Fibonacci Sequence is a series of numbers in which each number is the summation of the preceding two (or three or more) numbers. In this algorithm implementation using a function written in Ruby, the numbers are a summation of the previous two.

Notifications You must be signed in to change notification settings

TedLivist/fibonacci_seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fibonacci Sequence

This function returns the number of the members of the fibonacci sequence as passed in as parameter in the function

About

Fibonacci Sequence is a series of numbers in which each number is the summation of the preceding two (or three or more) numbers. In this algorithm implementation using a function written in Ruby, the numbers are a summation of the previous two.

Topics

Resources

Stars

Watchers

Forks

Languages