We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394db66 + b96c1ea commit 6dfba95Copy full SHA for 6dfba95
2 files changed
algorithms/map/__init__.py
@@ -9,7 +9,7 @@
9
10
from .is_anagram import is_anagram
11
from .is_isomorphic import is_isomorphic
12
-from .longest_common_subsequence import max_common_sub_string
+from .longest_common_substring import max_common_sub_string
13
from .longest_palindromic_subsequence import longest_palindromic_subsequence
14
from .randomized_set import RandomizedSet
15
from .valid_sudoku import is_valid_sudoku
…rithms/map/longest_common_subsequence.py …gorithms/map/longest_common_substring.pyalgorithms/map/longest_common_subsequence.py renamed to algorithms/map/longest_common_substring.py
0 commit comments