Longest common subsequence

From PEGWiki
Revision as of 07:06, 16 November 2010 by Brian (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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