mirror of
https://github.com/labuladong/fucking-algorithm.git
synced 2026-03-13 08:42:27 +08:00
update content
This commit is contained in:
@@ -304,7 +304,7 @@ int min(int a, int b, int c) {
|
||||
|
||||
<visual slug='edit-distance'/>
|
||||
|
||||
### 三、扩展延伸
|
||||
### 四、扩展延伸
|
||||
|
||||
一般来说,处理两个字符串的动态规划问题,都是按本文的思路处理,建立 DP table。为什么呢,因为易于找出状态转移的关系,比如编辑距离的 DP table:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user