--- 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