Python/project_euler/problem_01
StephenGemin 9b945cb2b4 Iterative fibonacci with unittests from slash (#882)
* iterative and formula fibonacci methods

Added two ways to calculate the fibonacci sequence:  (1) iterative  (2) formula.  

I've also added a timer decorator so someone can see the difference in computation time between these two methods.  

Added two unittests using the slash framework.

* Update test_fibonacci.py

* remove inline comments per Contributing Guidelines

* Update sol5.py

* Create placeholder.py

* Update and rename maths/test_fibonacci.py to maths/tests/test_fibonacci.py

* Delete placeholder.py

* Create __init__.py

* Update test_fibonacci.py

* Rename Maths/lucasSeries.py to maths/lucasSeries.py

* Update and rename Project Euler/Problem 01/sol5.py to project_euler/problem_01/sol6.py
2019-06-08 20:25:34 +08:00
..
sol1.py Adding unit tests for sorting functions, and improving readability on some sorting algorithms (#784) 2019-05-25 21:41:24 +08:00
sol2.py snake_case all the things 2018-10-19 17:14:25 -05:00
sol3.py snake_case all the things 2018-10-19 17:14:25 -05:00
sol4.py snake_case all the things 2018-10-19 17:14:25 -05:00
sol5.py Project Euler problem 1 pyhtonic solution (#628) 2018-12-05 21:25:46 +08:00
sol6.py Iterative fibonacci with unittests from slash (#882) 2019-06-08 20:25:34 +08:00