blob: 027315d6f686e08c2d5cd30aed77999efa1cba42 (
about) (
plain) (
blame)
1
2
3
4
|
Diff::LCS computes the difference between two Enumerable sequences
using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It
includes utilities to create a simple HTML diff output format and a
standard diff-like tool.
|