An Introduction to Algorithmic Thinking With Sliding Window

an intuitive approach to solving coding problems

Albert Ming

--

Photo by Emile Perron on Unsplash

In this article, I will explain the basics ideas on solving coding questions that use the sliding window technique. As a prerequisite, one should feel comfortable working with arrays, arraylists, and fundamental concepts such as looping and if-else statements. I covered the latter…

--

--