By dotCore
via software-and-algorithms.blogspot.com
Published: Sep 22 2012 / 12:15
The edit distance from a source string to a target string is the minimum cost sequence of edits which transforms the source string into the target string. There are many varieties of the edit distance problem, each of which admits its own set of available edits.
Add your comment