Python/project_euler/problem_14
Suyash Gupta a3bbcd5f88
[Project Euler] Added type hints and refactored the code for Problem 14 (#3047)
* added type hints and refactored the code a bit

* made output statement more explicit

* used f-strings and updated type hints

* modified solution function to return an integer solution

* updated docstring

* Update sol1.py

* Update sol2.py

Co-authored-by: Dhruv <dhruvmanila@gmail.com>
2020-10-09 08:33:23 +05:30
..
__init__.py Added doctest and more explanation about Dijkstra execution. (#1014) 2019-07-17 01:09:53 +02:00
sol1.py [Project Euler] Added type hints and refactored the code for Problem 14 (#3047) 2020-10-09 08:33:23 +05:30
sol2.py [Project Euler] Added type hints and refactored the code for Problem 14 (#3047) 2020-10-09 08:33:23 +05:30