Difference between revisions of "Longest common subsequence"
From PEGWiki
(Created page with "The '''longest common subsequence''' problem is the problem of finding a sequence of maximal length that is a subsequence of two input sequences. Formally, given two sequence...") |
(No difference)
|
Revision as of 07:06, 16 November 2010
The longest common subsequence problem is the problem of finding a sequence of maximal length that is a subsequence of two input sequences. Formally, given two sequences and .