10 lines
220 B
Markdown
10 lines
220 B
Markdown
![]() |
---
|
||
|
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
|