We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e773a commit 1159f47Copy full SHA for 1159f47
thinkings/slide-window.md
@@ -79,7 +79,7 @@ class Solution:
79
return 0 if ans == len(nums) + 1 else ans
80
```
81
82
-## 题目列表
+## 题目列表(有题解)
83
84
以下题目有的信息比较直接,有的题目信息比较隐蔽,需要自己发掘
85
@@ -94,6 +94,7 @@ class Solution:
94
- [【1234. 替换子串得到平衡字符串】[Java/C++/Python] Sliding Window](https://leetcode.com/problems/replace-the-substring-for-balanced-string/discuss/408978/javacpython-sliding-window/367697)
95
- [【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/)
96
97
+
98
## 扩展阅读
99
100
- [LeetCode Sliding Window Series Discussion](https://leetcode.com/problems/binary-subarrays-with-sum/discuss/186683/)
0 commit comments