Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2-3-22.md #614

Merged
merged 1 commit into from
Apr 10, 2022
Merged

Update 2-3-22.md #614

merged 1 commit into from
Apr 10, 2022

Conversation

Higurashi-kagome
Copy link
Contributor

没有设置右侧的哨兵,似乎可能存在越界问题。所以添加 if (i == hi) break;

左侧有 a[lo] 作为哨兵,if (j == lo) break; 应该是可去除的,所以去除。

没有设置右侧的哨兵,似乎可能存在越界问题。所以添加 `if (i == hi) break;`。

左侧有 a[lo] 作为哨兵,`if (j == lo) break;` 应该是可去除的,所以去除。
@ikesnowy
Copy link
Owner

LGTM

@ikesnowy ikesnowy merged commit e53bde2 into ikesnowy:master Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants