Skip to content

Commit 72535a1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 73a212e commit 72535a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lcs_algorithm.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def longest_common_subsequence(X, Y):
3939
# Return the LCS in the correct order
4040
return "".join(reversed(lcs))
4141

42+
4243
# Example usage:
4344
X = "AGGTAB"
4445
Y = "GXTXAYB"

0 commit comments

Comments
 (0)