ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
59 stars 184 forks source link

[Feature Request] Addition of Sliding Window and Two Pointer Patterns and Related Problems #119

Closed J-B-Mugundh closed 2 weeks ago

J-B-Mugundh commented 2 weeks ago

🚀 Feature Request

Describe the solution you'd like

I would like to propose the addition of algorithms and problem sets related to the Sliding Window and Two Pointer patterns. These techniques are widely used in solving a variety of problems, particularly in array and string manipulation, as well as in optimizing solutions to problems that involve continuous subarrays, subranges, and subsequences.

Importance:

Would you like to work on this feature?

J-B-Mugundh commented 2 weeks ago

@ajay-dhangar Please assign me this issue and add gssoc-extd and hacktoberfest labels!