eolas/Data_Structures/Patterns/Sliding_window.md

10 lines
220 B
Markdown
Raw Normal View History

2022-07-02 16:30:14 +01:00
---
tags:
- Data_Structures
- patterns
---
# Sliding window
Whereas the [multiple pointer](Multiple_pointers.md) pattern works by keeping two array indices running at once and comparing their values, the sliding