Package org.apache.commons.jrcs.diff.myers

The diff.myers package implements Gene Myers' differencing algorithm.

See:
          Description

Class Summary
DiffNode A diffnode in a diffpath.
MyersDiff A clean-room implementation of Eugene Myers differencing algorithm.
PathNode A node in a diffpath.
Snake Represents a snake in a diffpath.
 

Package org.apache.commons.jrcs.diff.myers Description

The diff.myers package implements Gene Myers' differencing algorithm.

Myer's algorithm produces optimum results (minimum diffs), but consumes considerably more memory than SimpleDiff, so its not suitable for very large files.

Version:
$Id: package.html 60 2003-05-10 18:56:10Z juanco $
Author:
Juanco Anez
See Also:
Diff, org.apache.maven.jrcs.rcs.Archive


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.