[Code Addition Request] : Adding Sliding window algorithm.
Have you completed your first issue?
- [X] I have completed my first issue
Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
Latest Merged PR Link
https://github.com/UTSAVS26/PyVerse/pull/155
Project Description
The Sliding Window Algorithm is an optimized technique used to solve problems involving arrays or lists, where a "window" of elements is maintained, and the window is moved across the array. The technique is particularly effective in reducing time complexity for problems that require repeated calculations over a subset of elements, such as finding the maximum sum of a subarray of fixed length or determining if a certain condition is met over a sliding window.
Full Name
Abhijit Motekar
Participant Role
gssoc-ext gssoc-extd Hacktoberfest
🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.
Feel free to join our community on Discord to discuss more!
@AbhijitMotekar99 in this issue you are going to use python right?
Yes using python
✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!