mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
00031d4dc5
common subsequence (LCS) algorithm to compute intelligent differences between two sequenced enumerable containers. WWW: http://rubyforge.org/projects/ruwiki/ PR: ports/128591 Submitted by: Daniel Roethlisberger <daniel at roe.ch>
6 lines
233 B
Plaintext
6 lines
233 B
Plaintext
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
|
|
common subsequence (LCS) algorithm to compute intelligent differences between
|
|
two sequenced enumerable containers.
|
|
|
|
WWW: http://rubyforge.org/projects/ruwiki/
|