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

209 #11

Open
happysmile12321 opened this issue Feb 25, 2024 · 0 comments
Open

209 #11

happysmile12321 opened this issue Feb 25, 2024 · 0 comments

Comments

@happysmile12321
Copy link
Owner

happysmile12321 commented Feb 25, 2024

此题是滑动窗口的题目,
滑动窗口其实也是一个双指针,
其套路是右指针遍历,走完整个来回,
而左指针在满足条件的情况下尽量往右靠拢,直到超过右指针为止。 想明白了左指针就行。

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

No branches or pull requests

1 participant