summaryrefslogtreecommitdiff
path: root/AlgoDesignAndTechniqueEdxPython/tests/fibagainTest.py
AgeCommit message (Collapse)Author
2018-08-26More improvement: not calculating fib at all!Haidong Ji
Doing the first few in a spreadsheet (and properly label columns and rows) really helped.
2018-08-23Done!Haidong Ji
I actually started implementing this in Java first, but ran into long int overflow issues. Decided to get it working in Python first. I'm glad it worked! Now back to implement it in Java!