0
2.6kviews
Find the longest common subsequence for the following two strings: X=ABACABB Y=BABCAB

Find the longest common subsequence for the following two strings: X=ABACABB Y=BABCAB

1 Answer
5
310views

Longest Common Subsequence

  • The Longest Common Subsequence (LCS) is defined as the longest subsequence that is common to all the given strings provided.
  • But, the elements of the subsequence are not required to occupy consecutive positions within the original strings.
  • The longest common subsequence problem is finding the longest sequence …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.