8e2ff57f2c
Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt longest common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers.
3 lines
196 B
Text
3 lines
196 B
Text
Diff::LCS is a port of Perl's Algorithm::Diff that uses the McIlroy-Hunt
|
|
longest common subsequence (LCS) algorithm to compute intelligent
|
|
differences between two sequenced enumerable containers.
|