summaryrefslogtreecommitdiff
path: root/AlgoDesignAndTechniqueEdxJava/tests/FibAgainTest.java
AgeCommit message (Collapse)Author
2018-08-26Improved the code by getting rid of fib calculation!Haidong Ji
Following the same change I made to Python earlier.
2018-08-23Done!Haidong Ji
Reinplemented so that fib is of type BigInteger. With this I was able to get big Fib(n) mod m working. In this particular case, it felt easier with Python, since it is dynamic, not strongly typed.