| Package | Description |
|---|---|
| difflib.myers |
The
diff.myers package
implements Gene Myers'
differencing algorithm. |
| Modifier and Type | Method and Description |
|---|---|
PathNode |
MyersDiff.buildPath(List<T> orig,
List<T> rev)
Computes the minimum diffpath that expresses de differences
between the original and revised sequences, according
to Gene Myers differencing algorithm.
|
Copyright © 2015. All rights reserved.