Manual:WikiDiff3.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

รายละเอียด

New version of the difference engine. 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" citeseer.ist.psu.edu with range compression (see Wu et al.'s "An O(NP) Sequence Comparison Algorithm".

This implementation supports an upper bound on the execution time. Complexity: <math>O((M + N)D)</math> worst case time, <math>O(M + N + D^2)</math> expected time, <math>O(M + N)</math> space.

ดูเพิ่ม