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 e957225

Browse files
Merge pull request #2894 from wang1xiang/master
修改0209.长度最小的子数组.md笔误
2 parents 4d077c4 + 2c218d7 commit e957225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎problems/0209.长度最小的子数组.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public:
6666
6767
接下来就开始介绍数组操作中另一个重要的方法:**滑动窗口**。
6868
69-
所谓滑动窗口,**就是不断的调节子序列的起始位置和终止位置,从而得出我们要想的结果**。
69+
所谓滑动窗口,**就是不断的调节子序列的起始位置和终止位置,从而得出我们想要的结果**。
7070
7171
在暴力解法中,是一个for循环滑动窗口的起始位置,一个for循环为滑动窗口的终止位置,用两个for循环 完成了一个不断搜索区间的过程。
7272

0 commit comments

Comments
(0)

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