mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-05 09:57:01 +00:00
dp intro ro fr fibonacci.py
This commit is contained in:
parent
edf9dd2156
commit
7c90322815
|
@ -1,3 +1,6 @@
|
||||||
|
"""
|
||||||
|
This is a pure Python implementation of Dynamic Programming solution to the fibonacci sequence problem.
|
||||||
|
"""
|
||||||
class Fibonacci:
|
class Fibonacci:
|
||||||
|
|
||||||
def __init__(self, N=None):
|
def __init__(self, N=None):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user