Name of file does not match with the algorithm implemented in that file.
Author: RAJ8664Created Apr 15, 2026Updated May 26, 2026
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/...
Source: keon/algorithms