You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -615,7 +615,8 @@ thereby saving computation time at the expense of a (hopefully) modest expenditu
615
615
so as to facilitate its lookup.) The technique of storing solutions to subproblems instead of recomputing them is called "memoization".
616
616
617
617
618
-
###
618
+
### Levenshtein distance
619
+
619
620
In information theory, Linguistics and computer science, the Levenshtein distance is a string metric for measuring the difference between two sequences.
620
621
Informally, the Levenshtein distance between two words is the minimum number of single-character edits (insertions, deletions or substitutions) required to change one word into the other.
621
622
It is named after Vladimir Levenshtein, who considered this distance in 1965.
0 commit comments