Re: The String-to-String Correction Problem with Block Moves
Thanks for updating the thread and glad to hear you have resolved your problem.
Any chance of explaining how you resolved it (eg links to references, code etc) so anyone else with the same problem in the future can be helped.
Re: The String-to-String Correction Problem with Block Moves
I was initially trying to implement a program to detect block moves and this algorithm was doing the same. My aim was to compare two versions of a files and find the differences in both the files, like the insert, delete and 'Move'. I found a Diff program on internet which was quite helpful. I have attached the link below if anyone wants to have a look. https://svn.apache.org/repos/asf/xml...util/Diff.java
Bookmarks