CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2012
    Posts
    3

    The String-to-String Correction Problem with Block Moves

    Hello ,
    Does anyone have a code for theThe String-to-String Correction Problem with
    Block Moves' or similiar program to detect a block move in a file.

    Thankyou
    Shn

  2. #2
    Join Date
    Sep 2012
    Posts
    3

    Re: The String-to-String Correction Problem with Block Moves

    Hello,
    the problem has been resolved.

  3. #3
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    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.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  4. #4
    Join Date
    Sep 2012
    Posts
    3

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured