Manual:WikiDiff3.php/th

From testwiki
Revision as of 10:54, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<languages/> Template:Removed Template:MW file

รายละเอียด

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: O((M+N)D) worst case time, O(M+N+D2) expected time, O(M+N) space.

ดูเพิ่ม

[[Category:History and diffs{{#translation:}}]]