Python/project_euler/problem_102
fpringle 0ccb213c11
Add solution for Project Euler problem 102 (#4051)
* Added solution for Project Euler problem 102

* Got rid of map functions

* Snake case variable names

* Type hints

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-12-23 23:18:19 +05:30
..
__init__.py Add solution for Project Euler problem 102 (#4051) 2020-12-23 23:18:19 +05:30
p102_triangles.txt Add solution for Project Euler problem 102 (#4051) 2020-12-23 23:18:19 +05:30
sol1.py Add solution for Project Euler problem 102 (#4051) 2020-12-23 23:18:19 +05:30
test_triangles.txt Add solution for Project Euler problem 102 (#4051) 2020-12-23 23:18:19 +05:30