Skip to content

Commit 9121b12

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent 2e955ae commit 9121b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
* [Morse Code](https://github.com/TheAlgorithms/Python/blob/master/ciphers/morse_code.py)
7676
* [Onepad Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/onepad_cipher.py)
7777
* [Playfair Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/playfair_cipher.py)
78+
* [Polybius](https://github.com/TheAlgorithms/Python/blob/master/ciphers/polybius.py)
7879
* [Porta Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/porta_cipher.py)
7980
* [Rabin Miller](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rabin_miller.py)
8081
* [Rail Fence Cipher](https://github.com/TheAlgorithms/Python/blob/master/ciphers/rail_fence_cipher.py)
@@ -565,6 +566,7 @@
565566

566567
## Other
567568
* [Activity Selection](https://github.com/TheAlgorithms/Python/blob/master/other/activity_selection.py)
569+
* [Check Strong Password](https://github.com/TheAlgorithms/Python/blob/master/other/check_strong_password.py)
568570
* [Date To Weekday](https://github.com/TheAlgorithms/Python/blob/master/other/date_to_weekday.py)
569571
* [Davisb Putnamb Logemannb Loveland](https://github.com/TheAlgorithms/Python/blob/master/other/davisb_putnamb_logemannb_loveland.py)
570572
* [Dijkstra Bankers Algorithm](https://github.com/TheAlgorithms/Python/blob/master/other/dijkstra_bankers_algorithm.py)
@@ -952,6 +954,7 @@
952954
* [Reverse Words](https://github.com/TheAlgorithms/Python/blob/master/strings/reverse_words.py)
953955
* [Split](https://github.com/TheAlgorithms/Python/blob/master/strings/split.py)
954956
* [Upper](https://github.com/TheAlgorithms/Python/blob/master/strings/upper.py)
957+
* [Wildcard Pattern Matching](https://github.com/TheAlgorithms/Python/blob/master/strings/wildcard_pattern_matching.py)
955958
* [Word Occurrence](https://github.com/TheAlgorithms/Python/blob/master/strings/word_occurrence.py)
956959
* [Word Patterns](https://github.com/TheAlgorithms/Python/blob/master/strings/word_patterns.py)
957960
* [Z Function](https://github.com/TheAlgorithms/Python/blob/master/strings/z_function.py)

0 commit comments

Comments
 (0)