|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: How can I get the longest and all other common substrings from a set of strings?by thundergnat (Deacon) |
| on Sep 21, 2012 at 18:28 UTC ( #994966=note: print w/ replies, xml ) | Need Help?? |
|
Here you go.
Common subsequences: ABABC BABCA ABCBA ------------------------------ ABC BC BA AB C A B
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||