Skip to content

Commit a230f1b

Browse files
coryallegorygithub-actions
authored andcommitted
Add solution for Project Euler: Problem 89 (TheAlgorithms#2948)
* add solution for euler problem 89 * updates to accommodate euler solution guideline updates * use more descriptive vars * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 55dfac1 commit a230f1b

File tree

5 files changed

+1153
-0
lines changed

5 files changed

+1153
-0
lines changed

DIRECTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,8 @@
717717
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_081/sol1.py)
718718
* Problem 087
719719
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_087/sol1.py)
720+
* Problem 089
721+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_089/sol1.py)
720722
* Problem 091
721723
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_091/sol1.py)
722724
* Problem 097
@@ -735,10 +737,14 @@
735737
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_123/sol1.py)
736738
* Problem 125
737739
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_125/sol1.py)
740+
* Problem 129
741+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_129/sol1.py)
738742
* Problem 173
739743
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_173/sol1.py)
740744
* Problem 174
741745
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_174/sol1.py)
746+
* Problem 188
747+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_188/sol1.py)
742748
* Problem 191
743749
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_191/sol1.py)
744750
* Problem 203

project_euler/problem_089/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
IIII
2+
IV
3+
IIIIIIIIII
4+
X
5+
VIIIII

0 commit comments

Comments
 (0)