0
3.5kviews
Longest common subsequence
1 Answer
1
146views

The longest common subsequence problem is the problem of finding the longest subsequence common to all sequences in a set of sequences. It differs from the longest common substring problem: unlike substrings, subsequences are not required to occupy consecutive positions within the original sequences.

Objective: Given two string sequences, …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.