Skip to content

Create longest common subsequence.py#58

Merged
harshildarji merged 1 commit intoTheAlgorithms:masterfrom
dhruvsaini:patch-1
Jan 2, 2017
Merged

Create longest common subsequence.py#58
harshildarji merged 1 commit intoTheAlgorithms:masterfrom
dhruvsaini:patch-1

Conversation

@dhruvsaini
Copy link
Copy Markdown
Contributor

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".

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".
@harshildarji harshildarji merged commit 5bed476 into TheAlgorithms:master Jan 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants