Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4f44711

Browse files
update content
1 parent 6da4603 commit 4f44711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /