We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9865ae commit 5a9c5b2Copy full SHA for 5a9c5b2
DIRECTORY.md
@@ -650,6 +650,8 @@
650
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_67/sol1.py)
651
* Problem 76
652
* [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)
655
* Problem 97
656
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_97/sol1.py)
657
* Problem 99
project_euler/problem_89/__init__.py
@@ -0,0 +1 @@
1
+#
0 commit comments