Skip to content

Commit 8ce3efc

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 3060a00 commit 8ce3efc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DIRECTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@
421421
* [Lucas Lehmer Primality Test](https://github.com/TheAlgorithms/Python/blob/master/maths/lucas_lehmer_primality_test.py)
422422
* [Lucas Series](https://github.com/TheAlgorithms/Python/blob/master/maths/lucas_series.py)
423423
* [Matrix Exponentiation](https://github.com/TheAlgorithms/Python/blob/master/maths/matrix_exponentiation.py)
424+
* [Maximum Combination](https://github.com/TheAlgorithms/Python/blob/master/maths/maximum_combination.py)
424425
* [Miller Rabin](https://github.com/TheAlgorithms/Python/blob/master/maths/miller_rabin.py)
425426
* [Mobius Function](https://github.com/TheAlgorithms/Python/blob/master/maths/mobius_function.py)
426427
* [Modular Exponential](https://github.com/TheAlgorithms/Python/blob/master/maths/modular_exponential.py)
@@ -674,6 +675,8 @@
674675
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_056/sol1.py)
675676
* Problem 057
676677
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_057/sol1.py)
678+
* Problem 058
679+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_058/sol1.py)
677680
* Problem 062
678681
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_062/sol1.py)
679682
* Problem 063
@@ -699,6 +702,8 @@
699702
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_080/sol1.py)
700703
* Problem 081
701704
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_081/sol1.py)
705+
* Problem 087
706+
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_087/sol1.py)
702707
* Problem 091
703708
* [Sol1](https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_091/sol1.py)
704709
* Problem 097
@@ -817,6 +822,7 @@
817822
* [Prefix Function](https://github.com/TheAlgorithms/Python/blob/master/strings/prefix_function.py)
818823
* [Rabin Karp](https://github.com/TheAlgorithms/Python/blob/master/strings/rabin_karp.py)
819824
* [Remove Duplicate](https://github.com/TheAlgorithms/Python/blob/master/strings/remove_duplicate.py)
825+
* [Reverse Letters](https://github.com/TheAlgorithms/Python/blob/master/strings/reverse_letters.py)
820826
* [Reverse Words](https://github.com/TheAlgorithms/Python/blob/master/strings/reverse_words.py)
821827
* [Split](https://github.com/TheAlgorithms/Python/blob/master/strings/split.py)
822828
* [Swap Case](https://github.com/TheAlgorithms/Python/blob/master/strings/swap_case.py)

0 commit comments

Comments
 (0)