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 a47de38

Browse files
Merge pull request youngyangyang04#2278 from wisuky/master
Update 0028.实现strStr.md
2 parents 97587fb + 4b704d3 commit a47de38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/0028.实现strStr.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ next数组就是一个前缀表(prefix table)。
207207

208208
### 前缀表与next数组
209209

210-
很多KMP算法的时间都是使用next数组来做回退操作,那么next数组与前缀表有什么关系呢?
210+
很多KMP算法的实现都是使用next数组来做回退操作,那么next数组与前缀表有什么关系呢?
211211

212212
next数组就可以是前缀表,但是很多实现都是把前缀表统一减一(右移一位,初始位置为-1)之后作为next数组。
213213

0 commit comments

Comments
(0)

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