in reply to Re^2: A better implementation of LCSS?
in thread A better implementation of LCSS?
I agree. For this module, it not relevant that it's written in Perl.
Longest common subsequence is also abbreviated LCS, and String::LCS is not currently used.
Update: And of course, that's not the problem you are solving. It does go to show that LCSS is a bad choice anyway.
| Algorithm::LCSS::LCSS | Longuest common subsequence |
| String::LCSS::lcss | Longuest common substring |
| Algorithm::Diff::LCS | Longuest common subsequence |
String::LCSubstr?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: A better implementation of LCSS?
by BrowserUk (Patriarch) on Jan 28, 2010 at 06:52 UTC |