in reply to Re: A better implementation of LCSS?
in thread A better implementation of LCSS?
Algorithm::LCSS's documentation says it finds the longest subsequence (axaxaxa + ayayaya = aaaaa), not the longest substring, but then it compares itself to String:LCSS?!? but it does indeed find the longest substring like String::LCSS.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: A better implementation of LCSS?
by toolic (Bishop) on Nov 16, 2015 at 21:42 UTC |