Longest common subsequence: Difference between revisions

Content deleted Content added
CNHume (talk | contribs)
CNHume (talk | contribs)
Line 409:
for (auto it2 = dq2.begin(); it2 != dq2.end(); it2++)
{
// Each of the index1, index2 pairs considered here correspond to a match
auto index2 = *it2;
// Note that index2 values are monotonically decreasing