mirror of
https://github.com/labuladong/fucking-algorithm.git
synced 2025-07-04 11:22:59 +08:00
Update 编辑距离.md
This commit is contained in:
@ -222,7 +222,7 @@ int min(int a, int b, int c) {
|
||||
}
|
||||
```
|
||||
|
||||
### 三、扩展延伸
|
||||
### 四、扩展延伸
|
||||
|
||||
一般来说,处理两个字符串的动态规划问题,都是按本文的思路处理,建立 DP table。为什么呢,因为易于找出状态转移的关系,比如编辑距离的 DP table:
|
||||
|
||||
|
Reference in New Issue
Block a user