如何文件差异算法的工作?算法、差异、文件、工作

2023-09-11 02:51:07 作者:向日葵沒了太陽如何微笑

我想实现word文档不同,它需要什么样的算法来实现?

I want to implement word document differ, what algorithms does it requires to implement?

推荐答案

最优化LCS的解决方案的 O(ND)迈尔的算法,这里是我用来实现以差异Office 2007文档的算法方法。 链接算法纸

The Most optimize solution of lcs is O(ND) Myer 's algorithm , and here is an algorithmic approach which I used to implement to diff office 2007 documents. Link to algorithm paper