Skip to content

Commit

Permalink
Update slide-window.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Jun 28, 2020
1 parent 20e773a commit 1159f47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thinkings/slide-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Solution:
return 0 if ans == len(nums) + 1 else ans
```

## 题目列表
## 题目列表(有题解)

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

Expand All @@ -94,6 +94,7 @@ class Solution:
- [【1234. 替换子串得到平衡字符串】[Java/C++/Python] Sliding Window](https://leetcode.com/problems/replace-the-substring-for-balanced-string/discuss/408978/javacpython-sliding-window/367697)
- [【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/)


## 扩展阅读

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

0 comments on commit 1159f47

Please sign in to comment.