Python/project_euler/problem_26
Nelson Stoik ef53bbdf5a
Style Improvements for project_euler/problem_26 (#2958)
* add typehints and docstrings

* add typehint and default value

* add typehint and default value. Removed unused variable.

* do not modifiy the given solution

* add doctests

* update sol1 after running black

* add typehint, docstring, and doctest

* update sol2 after running black

* add full problem statement and solution function with typehint and doctest

* renamed original function instead of adding new one

* don't alter original solution
2020-10-08 08:52:24 +05:30
..
__init__.py Solution for Euler Problem 26 (#1939) 2020-05-03 22:48:16 +02:00
sol1.py Style Improvements for project_euler/problem_26 (#2958) 2020-10-08 08:52:24 +05:30