README 230 B

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