Edit Distance - Algorithmist Given two strings s1 and s2, the edit distance between s1 and s2 is the...

Please Visit: http://ift.tt/1ajReyV



Edit Distance - Algorithmist



Given two strings s1 and s2, the edit distance between s1 and s2 is the minimum number of operations required to convert string s1 to s2. The following operations are typically used:

Replacing one character of string by another character.

Deleting a character from string

Adding a character to string

http://ift.tt/1mtnV7q

http://ift.tt/1y8XszD



Edit Distance - Algorithmist







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1mtnV7s

via LifeLong Community

No comments:

Post a Comment