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 67b5ca9

Browse files
zhangzz2015gitbook-bot
authored andcommitted
GitBook: [greyireland#97] No subject
1 parent 9f5efe8 commit 67b5ca9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎advanced_algorithm/slide_window.md‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,10 @@ void slidingWindow(string s, string t) {
5353
char c = s[right];
5454
// 进行窗口内数据的一系列更新
5555
...
56-
5756
/*** debug 输出的位置 ***/
5857
printf("window: [%d, %d)\n", left, right);
5958
/********************/
60-
6159
// 判断左侧窗口是否要收缩
62-
//
6360
// 情况2. 一种找最大
6461
while(!isValid()) // 固定左边,增加右边,找到最大解。
6562
{

0 commit comments

Comments
(0)

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