http://www.perlmonks.org?node_id=651580


in reply to Re: Longest Common Subsequence Question
in thread Longest Common Subsequence Question

I thought the longest common subsequence between S1 and S2 in this case is aabbb.
And then the longest common subsequence between this result aabbb and S3 (aa) is aa. Am I missing something?