Python/project_euler/problem_25
Nelson Stoik 4d4ce400ec
Add typehints and default input for project_euler/problem_25 (#2901)
* 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
2020-10-07 09:27:25 +05:30
..
__init__.py Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
sol1.py Add typehints and default input for project_euler/problem_25 (#2901) 2020-10-07 09:27:25 +05:30
sol2.py Add typehints and default input for project_euler/problem_25 (#2901) 2020-10-07 09:27:25 +05:30
sol3.py Add typehints and default input for project_euler/problem_25 (#2901) 2020-10-07 09:27:25 +05:30