Update 编辑距离.md

This commit is contained in:
chaichai
2020-05-16 23:50:50 +08:00
committed by labuladong
parent 0e67bd2246
commit bb1760355e

View File

@ -222,7 +222,7 @@ int min(int a, int b, int c) {
}
```
### 、扩展延伸
### 、扩展延伸
一般来说,处理两个字符串的动态规划问题,都是按本文的思路处理,建立 DP table。为什么呢因为易于找出状态转移的关系比如编辑距离的 DP table