Difference between revisions of "Longest common subsequence"

From PEGWiki
Jump to: navigation, search
(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 [x_1, x_2, ..., x_m] and [y_1, y_2, ..., y_n].