Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ fibonacci.py
File
fibonacci.py
maths/fibonacci.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Calculates the Fibonacci sequence using iteration, recursion, memoization,
3
and a simplified form of Binet&
#x27;s formula
4
Callers
nothing calls this directly
Calls
1
time_func
Function · 0.85
Tested by
no test coverage detected