Add Project Euler 65 Solution (#3035) · coderjack/algorithms-in-python@20260d2 · GitHub
Skip to content

Commit 20260d2

Browse files
authored
Add Project Euler 65 Solution (TheAlgorithms#3035)
* Add solution for Project Euler 65, * Add URL to problem 65 and don't pass in parameter to solution() * Remove solution() tests * Add tests for solution(), add fstring and positional arg for solution * Rename directory and problem number to 065 * Remove directory * Move up explanation to module code block * Move solution() below helper function, rename variables
1 parent 46af42d commit 20260d2

3 files changed

Lines changed: 101 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions

project_euler/problem_065/__init__.py

Whitespace-only changes.

project_euler/problem_065/sol1.py

Lines changed: 99 additions & 0 deletions

0 commit comments

Comments
 (0)