Go to the source code of this file.
Classes | |
class | WikiDiff3 |
This diff implementation is mainly lifted from the LCS algorithm of the Eclipse project which in turn is based on Myers' "An O(ND) difference algorithm and its variations" (http://citeseer.ist.psu.edu/myers86ond.html) with range compression (see Wu et al. More... | |
class | RangeDifference |
Alternative representation of a set of changes, by the index ranges that are changed. More... |