Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    The string-to-string correction problem refers to the minimum number of editoperations necessary to change one string into another. A single edit
    operation may be changing a single symbol of the string into
    another, deleting, or inserting a symbol. The length of the edit sequence
    provides a measure of the distance between the two strings.

    Several algorithms exist to provide an efficient way to determine string
    distance and specify the minimum number of transformation operations
    required. Such algorithms are particularly useful for delta creation
    operations where something is stored as a set of differences relative to a base
    version. This allows several versions of a single object to be stored much more
    efficiently than storing them separately. This holds true even for single versions
    of several objects if they do not differ greatly, or anything in between.
    Notably, such difference algorithms are used in
    molecular biology to provide some measure of kinship between different kinds of
    organisms based on the similarities of their macromolecules (such as proteins or
    DNA).


        String-to-string correction problem
            See also

    top

    See also
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "String-to-string correction problem". link