Skip to content

Commit

Permalink
Update 0862. 和至少为 K 的最短子数组.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itcharge committed Jan 8, 2024
1 parent 8a8154b commit 0dc15ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Solutions/0862. 和至少为 K 的最短子数组.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ class Solution:
- **时间复杂度**:$O(n)$,其中 $n$ 为数组 $nums$ 的长度。
- **空间复杂度**:$O(n)$。

## 参考资料

- 【题解】[862. 和至少为 K 的最短子数组 - 力扣](https://leetcode.cn/problems/shortest-subarray-with-sum-at-least-k/solutions/1925036/liang-zhang-tu-miao-dong-dan-diao-dui-li-9fvh/)
- 【题解】[Leetcode 862:和至少为 K 的最短子数组 - 掘金](https://juejin.cn/post/7076316608460750856)
- 【题解】[LeetCode 862. 和至少为 K 的最短子数组 - AcWing](https://www.acwing.com/solution/leetcode/content/612/)
- 【题解】[0862. Shortest Subarray With Sum at Least K | LeetCode Cookbook](https://books.halfrost.com/leetcode/ChapterFour/0800~0899/0862.Shortest-Subarray-with-Sum-at-Least-K/)

0 comments on commit 0dc15ee

Please sign in to comment.