Fix possible error in longest_common_subsequence.py (#1163) · coderjack/algorithms-in-python@d4151bd · GitHub
Skip to content

Commit d4151bd

Browse files
rwithikcclauss
authored andcommitted
Fix possible error in longest_common_subsequence.py (TheAlgorithms#1163)
The comparison at line 53 was not checking if (j > 0).
1 parent d327f10 commit d4151bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic_programming/longest_common_subsequence.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)