Skip to content

Commit

Permalink
Update 01.Array-Sliding-Window.md
Browse files Browse the repository at this point in the history
  • Loading branch information
itcharge committed Sep 7, 2023
1 parent 3d8668d commit 1720378
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

> **固定长度滑动窗口算法(Fixed Length Sliding Window)**:在给定数组 / 字符串上维护一个固定长度的窗口。可以对窗口进行滑动操作、缩放操作,以及维护最优解操作。
![固定长度滑动窗口](http://qcdn.itcharge.cn/images/20230907110356.png)
![固定长度滑动窗口](https://qcdn.itcharge.cn/images/20230907110356.png)

### 3.1 固定长度滑动窗口算法步骤

Expand Down

0 comments on commit 1720378

Please sign in to comment.