Skip to content

AlecMParfitt/fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

fibonacci.py

Test Fibonacci algorithms

Just a script with two functions: fibonacci(n) which performs a recursive fibonacci calculation and fast_fibonacci(n) which is a faster implementation. Main program loop asks for n input and which algorithm to use. Outputs n-th position in fibonacci sequence.

About

Test Fibonacci algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages