Sliding Window Pattern

In many problems dealing with an array (or a LinkedList), we are asked to find or calculate something among all the contiguous subarrays (or sublists) of a given size. This is where Sliding Window comes into the picture. It is one of the very important patterns to solve really good problems.

Aakash Verma
Co-founder & Instructor
Aakash is a passionate teacher and a great problem-solver. Currently, he is working with ShareChat as a Software Engineer. He is an expert in Data Structures and Algorithms and is known for his amazing teaching style that makes everyone fall in love with coding. He mainly prepares students for coding interviews and CSF rounds.

Prerna Sharma
Co-founder & Instructor
Prerna is a great problem-solver (DSA & CSF expert). Currently, she is working with Qualcomm as a Software Engineer. She has cracked GATE (CSE) 2019 and 2020 and is an expert in Computer Science Fundamentals. She mainly prepares students for Coding & CSF rounds.