Skip to content

From the Leetcode challenge "Fibonacci Number". In a Fibonacci sequence, each number is equal to the sum of it's two predecessors. The function reveals what number is on the given index in a Fibonacci sequence.

Notifications You must be signed in to change notification settings

Abigail-Trapp/leetcode-fibonacci-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

leetcode-fibonacci-number

From the Leetcode challenge "Fibonacci Number". In a Fibonacci sequence, each number is equal to the sum of it's two predecessors. The function reveals what number is on the given index in a Fibonacci sequence.

About

From the Leetcode challenge "Fibonacci Number". In a Fibonacci sequence, each number is equal to the sum of it's two predecessors. The function reveals what number is on the given index in a Fibonacci sequence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published