Skip to content

Commit 481ff9e

Browse files
authored
Merge pull request nryoung#161 from JoaoGFarias/lcs_typo
Fixing typo on LCS
2 parents 5c84120 + 88e4b9d commit 481ff9e

File tree

1 file changed

+1
-1
lines changed
  • algorithms/dynamic_programming

1 file changed

+1
-1
lines changed

algorithms/dynamic_programming/lcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Longest Common Sunsequence
2+
Longest Common Subsequence
33
--------------------------
44
Implements the dynamic programming solution to the longest common
55
subsequence algorithm.

0 commit comments

Comments
 (0)