Create longest common subsequence.py · zinating/algorithms-python@8e29c83 · GitHub
Skip to content

Commit 8e29c83

Browse files
authored
Create longest common subsequence.py
LCS Problem Statement: Given two sequences, find the length of longest subsequence present in both of them. A subsequence is a sequence that appears in the same relative order, but not necessarily continious. Example:"abc", "abg" are subsequences of "abcdefgh".
1 parent ecd2243 commit 8e29c83

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions

0 commit comments

Comments
 (0)