
Lets master sliding window pattern: an essential DSA technique
Welcome the first post of the our full series of DSA for Frontend Engineer (But I guess it will be useful for all developers). Today, we are diving into simple, yet powerful and very useful technique called Sliding window. This technique is lifesaver for solving problems that involve finding and optimal subarray, substring or subsequence…