It would be better to rename the file : algorithms/map/longest_common_subsequence.py to algorithms/map/longest_common_substring.py, since the file provide the implementation for longest common substring.
Note that longest common subsequence is already implemented inside algorithms/dynamic_programing/...
It would be better to rename the file :
algorithms/map/longest_common_subsequence.pytoalgorithms/map/longest_common_substring.py, since the file provide the implementation for longest common substring.Note that
longest common subsequenceis already implemented inside algorithms/dynamic_programing/...