> For the complete documentation index, see [llms.txt](https://dvpr.gitbook.io/coding-interview-patterns/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dvpr.gitbook.io/coding-interview-patterns/1.-pattern-sliding-window.md).

# 1. Pattern: Sliding Window

* **Fixed Window Size:**

![](/files/-MbFMGJDg9qCBSDxG_Zu)

* **Variable Window Size**:
  * Window size can be increase or decrease
