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?
And then the longest common subsequence between this result aabbb and S3 (aa) is aa. Am I missing something?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Longest Common Subsequence Question
by ikegami (Patriarch) on Nov 19, 2007 at 04:20 UTC | |
by Anonymous Monk on Nov 19, 2007 at 04:35 UTC | |
by ikegami (Patriarch) on Nov 19, 2007 at 04:41 UTC | |
by tye (Sage) on Nov 19, 2007 at 05:49 UTC | |
by sgt (Deacon) on Nov 19, 2007 at 14:06 UTC | |
by Anonymous Monk on Nov 20, 2007 at 01:25 UTC |
In Section
Seekers of Perl Wisdom