Skip to content

Commit bf8e121

Browse files
committed
updating DIRECTORY.md
1 parent 390c5fb commit bf8e121

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,7 @@
970970
* [Count Paths](matrix/count_paths.py)
971971
* [Cramers Rule 2X2](matrix/cramers_rule_2x2.py)
972972
* [Inverse Of Matrix](matrix/inverse_of_matrix.py)
973+
* [Kronecker Product](matrix/kronecker_product.py)
973974
* [Largest Square Area In Matrix](matrix/largest_square_area_in_matrix.py)
974975
* [Matrix Based Game](matrix/matrix_based_game.py)
975976
* [Matrix Class](matrix/matrix_class.py)
@@ -1510,6 +1511,7 @@
15101511
* [Autocomplete Using Trie](strings/autocomplete_using_trie.py)
15111512
* [Barcode Validator](strings/barcode_validator.py)
15121513
* [Bitap String Match](strings/bitap_string_match.py)
1514+
* [Booths Algorithm](strings/booths_algorithm.py)
15131515
* [Boyer Moore Horspool](strings/boyer_moore_horspool.py)
15141516
* [Boyer Moore Search](strings/boyer_moore_search.py)
15151517
* [Camel Case To Snake Case](strings/camel_case_to_snake_case.py)
@@ -1536,6 +1538,7 @@
15361538
* [Jaro Winkler](strings/jaro_winkler.py)
15371539
* [Join](strings/join.py)
15381540
* [Knuth Morris Pratt](strings/knuth_morris_pratt.py)
1541+
* [Largest Smallest Words](strings/largest_smallest_words.py)
15391542
* [Levenshtein Distance](strings/levenshtein_distance.py)
15401543
* [Lower](strings/lower.py)
15411544
* [Manacher](strings/manacher.py)

0 commit comments

Comments
 (0)