Add solution for Project Euler problem 101 (#4033) · coderjack/algorithms-in-python@2ff2ccb · GitHub
Skip to content

Commit 2ff2ccb

Browse files
fpringlegithub-actions
andauthored
Add solution for Project Euler problem 101 (TheAlgorithms#4033)
* Added solution for Project Euler problem 101 * Got rid of map functions * updating DIRECTORY.md * Better function/variable names * Better variable names * Type hints * Doctest for nested function Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 0388961 commit 2ff2ccb

3 files changed

Lines changed: 221 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions

project_euler/problem_101/__init__.py

Whitespace-only changes.

project_euler/problem_101/sol1.py

Lines changed: 219 additions & 0 deletions

0 commit comments

Comments
 (0)