feat: add Project Euler problem 114 solution 1 (#6300)

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Maxim Smolskiy
2022-08-07 05:07:35 +03:00
committed by GitHub
parent 9eac958725
commit a69d880bb5
3 changed files with 60 additions and 0 deletions

View File

@@ -854,6 +854,8 @@
* [Sol1](project_euler/problem_112/sol1.py)
* Problem 113
* [Sol1](project_euler/problem_113/sol1.py)
* Problem 114
* [Sol1](project_euler/problem_114/sol1.py)
* Problem 119
* [Sol1](project_euler/problem_119/sol1.py)
* Problem 120