nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Fix typo in the module `fibonacci.py`'s docstring

nbro opened this issue · comments

commented

andz version

0.1.0

Python version

3.9

Bug description

Here we have

To solve this problem, once we compute fib(3), we can solve the result. This is
called memoization.

It should be save

Code

No response