Text Compare Problem
Article Writing
2
Posts
2
Posters
2
Views
1
Watching
-
I'm writing an application about text file diff and merage.I find my algorithms which comapre text isn't working for all circs.Everybody can give me some suggestion or web site about this subject. Lujianing
I did a project on detecting plagiarism of code, and an algorithm that was useful for comparing files was Heckel's algorithm. The original paper was "A Technique for Isolating Differences Between Files" and was published in: Communications of the ACM, 21(4), pg 264 - 268. Its probably easiest to do a search on the web for Heckel's algorithm. Hope this helps. Regards, Krishna