Skip to content

Commit 4f44711

Browse files
committed
update content
1 parent 6da4603 commit 4f44711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

动态规划系列/编辑距离.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ int min(int a, int b, int c) {
304304

305305
<visual slug='edit-distance'/>
306306

307-
### 、扩展延伸
307+
### 、扩展延伸
308308

309309
一般来说,处理两个字符串的动态规划问题,都是按本文的思路处理,建立 DP table。为什么呢,因为易于找出状态转移的关系,比如编辑距离的 DP table:
310310

0 commit comments

Comments
 (0)