Skip to content

Commit 4d02368

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 8348446 commit 4d02368

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DIRECTORY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@
547547
* Problem 11
548548
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_11/sol1.py)
549549
* [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_11/sol2.py)
550+
* Problem 112
551+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_112/sol1.py)
550552
* Problem 12
551553
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_12/sol1.py)
552554
* [Sol2](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_12/sol2.py)
@@ -650,6 +652,8 @@
650652
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_67/sol1.py)
651653
* Problem 76
652654
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_76/sol1.py)
655+
* Problem 89
656+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_89/sol1.py)
653657
* Problem 97
654658
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_97/sol1.py)
655659
* Problem 99
@@ -691,7 +695,6 @@
691695
* [External Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/external_sort.py)
692696
* [Gnome Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/gnome_sort.py)
693697
* [Heap Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/heap_sort.py)
694-
* [I Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/i_sort.py)
695698
* [Insertion Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/insertion_sort.py)
696699
* [Iterative Merge Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/iterative_merge_sort.py)
697700
* [Merge Insertion Sort](https://github.com/TheAlgorithms/Python/blob/master/sorts/merge_insertion_sort.py)

0 commit comments

Comments
 (0)