Skip to content

Commit 5a9c5b2

Browse files
committed
add solution for euler problem 89
1 parent e9865ae commit 5a9c5b2

File tree

4 files changed

+1120
-0
lines changed

4 files changed

+1120
-0
lines changed

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,8 @@
650650
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_67/sol1.py)
651651
* Problem 76
652652
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_76/sol1.py)
653+
* Problem 89
654+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_89/sol1.py)
653655
* Problem 97
654656
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_97/sol1.py)
655657
* Problem 99

project_euler/problem_89/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#

0 commit comments

Comments
 (0)