Learn Before
Concept
The Minimum Edit Distance Algorithm
- The minimum edit distance can be computed by using dynamic programming in which the shortest path is stored every time we found it.
- First, we define the minimum edit distance between two strings and with lengths of n and m respectively. would be defined as the edit distance between and . Then we get that is the edit distance between and .

0
0
Updated 2021-09-18
Tags
Data Science