Longest common subsequence: Difference between revisions

Content deleted Content added
CNHume (talk | contribs)
CNHume (talk | contribs)
Line 328:
 
=={{header|C++}}==
'''The Longest Common Subsequence (LCS) Problem'''
 
Defining a subsequence to be a string obtained by deleting zero or more symbols from an input string, the LCS Problem is to find a subsequence of maximum length that is common to two input strings.