-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Add Sliding Window Algorithm Implementations #6000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Chiefpatwal can i work on this issue ? |
@charu1110 sure you can, i have already created sliding window directory and have added two general problems for the same you can add others. |
Can I add more problems in sliding window section? |
@m-saurabh01 sure |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution! |
Added common patterns of sliding window. |
What would you like to Propose?
I would like to propose adding a dedicated file, SlidingWindow.java, to this repository. This file will contain sliding window algorithms commonly used in competitive programming and interviews. These algorithms include solutions that demonstrate both fixed-length and variable-length sliding window techniques.
Issue details
Currently, the repository lacks sliding window algorithms, a core technique in solving many subarray or substring-related problems efficiently. This proposal aims to address that gap by adding a dedicated file for sliding window algorithms, complete with explanations and test cases.
Additional Information
The following well-known problems will be implemented:
Can also add similar problems.
The text was updated successfully, but these errors were encountered: