Sliding Window

Some paragraph

Some text in red

 This is some preformatted text
						some tabs
									and white space

This text will break from here
on new line


Sliding Window Technique


Sliding Window problems are problems in which a fixed or variable-size window is moved through a data structure, typically an array or string, to solve problems efficiently based on continuous subsets of elements. This technique is used when we need to find subarrays or substrings according to a given set of conditions.

Table of Content