Project Euler 70 Solution (#3041) · devdave/Python_TheAlgorithms@28d33f4 · GitHub
Skip to content

Commit 28d33f4

Browse files
Project Euler 70 Solution (TheAlgorithms#3041)
* Add solution for Project Euler 70, Fixes: TheAlgorithms#2695 * Remove parameter from solution() * Add tests for all functions, add fstring and positional arg for solution() * Rename directory to 070 * Move up explanation to module code block * Move solution() below helper functions, rename variables * Remove whitespace from defining min_numerator * Add whitespace * Improve type hints with typing.List Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
1 parent d0bc9e2 commit 28d33f4

3 files changed

Lines changed: 121 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions

project_euler/problem_070/__init__.py

Whitespace-only changes.

project_euler/problem_070/sol1.py

Lines changed: 119 additions & 0 deletions

0 commit comments

Comments
 (0)