Skip to content

Commit 1159f47

Browse files
authored
Update slide-window.md
1 parent 20e773a commit 1159f47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

thinkings/slide-window.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Solution:
7979
return 0 if ans == len(nums) + 1 else ans
8080
```
8181

82-
## 题目列表
82+
## 题目列表(有题解)
8383

8484
以下题目有的信息比较直接,有的题目信息比较隐蔽,需要自己发掘
8585

@@ -94,6 +94,7 @@ class Solution:
9494
- [【1234. 替换子串得到平衡字符串】[Java/C++/Python] Sliding Window](https://leetcode.com/problems/replace-the-substring-for-balanced-string/discuss/408978/javacpython-sliding-window/367697)
9595
- [【1248. 统计「优美子数组」】滑动窗口(Python)](https://leetcode-cn.com/problems/count-number-of-nice-subarrays/solution/1248-tong-ji-you-mei-zi-shu-zu-hua-dong-chuang-kou/)
9696

97+
9798
## 扩展阅读
9899

99100
- [LeetCode Sliding Window Series Discussion](https://leetcode.com/problems/binary-subarrays-with-sum/discuss/186683/)

0 commit comments

Comments
 (0)