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

Leetcode (滑动窗口基础)209.长度最小的子数组 - 冰月博客 #44

Open
bingqiu456 opened this issue Nov 18, 2023 · 0 comments

Comments

@bingqiu456
Copy link
Owner

https://blog.bingyue.top/2023/11/18/leetcode209/

前言 如果你是第一次做滑动窗口,本题是个很好的例子 题目描述 209.长度最小的子数组 给定一个含有 n 个正整数的数组和一个正整数 target 。 找出该数组中满足其总和大于等于 target 的长度最小的 连续子数组 [numsl, numsl+1, ..., numsr-1, numsr] ,并返回其长度**。**如果不存在符合条件的子数组,返回 0 。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant