File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 75
75
* [ Morse Code] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/morse_code.py )
76
76
* [ Onepad Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/onepad_cipher.py )
77
77
* [ 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 )
78
79
* [ Porta Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/porta_cipher.py )
79
80
* [ Rabin Miller] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rabin_miller.py )
80
81
* [ Rail Fence Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rail_fence_cipher.py )
565
566
566
567
## Other
567
568
* [ 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 )
568
570
* [ Date To Weekday] ( https://github.com/TheAlgorithms/Python/blob/master/other/date_to_weekday.py )
569
571
* [ Davisb Putnamb Logemannb Loveland] ( https://github.com/TheAlgorithms/Python/blob/master/other/davisb_putnamb_logemannb_loveland.py )
570
572
* [ Dijkstra Bankers Algorithm] ( https://github.com/TheAlgorithms/Python/blob/master/other/dijkstra_bankers_algorithm.py )
952
954
* [ Reverse Words] ( https://github.com/TheAlgorithms/Python/blob/master/strings/reverse_words.py )
953
955
* [ Split] ( https://github.com/TheAlgorithms/Python/blob/master/strings/split.py )
954
956
* [ 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 )
955
958
* [ Word Occurrence] ( https://github.com/TheAlgorithms/Python/blob/master/strings/word_occurrence.py )
956
959
* [ Word Patterns] ( https://github.com/TheAlgorithms/Python/blob/master/strings/word_patterns.py )
957
960
* [ Z Function] ( https://github.com/TheAlgorithms/Python/blob/master/strings/z_function.py )
You can’t perform that action at this time.
0 commit comments