PyVerse icon indicating copy to clipboard operation
PyVerse copied to clipboard

[Code Addition Request] : Adding Sliding window algorithm.

Open AbhijitMotekar99 opened this issue 1 year ago • 3 comments

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

AbhijitMotekar99 avatar Oct 11 '24 18:10 AbhijitMotekar99

🙌 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!

github-actions[bot] avatar Oct 11 '24 18:10 github-actions[bot]

@AbhijitMotekar99 in this issue you are going to use python right?

UTSAVS26 avatar Oct 12 '24 10:10 UTSAVS26

Yes using python

AbhijitMotekar99 avatar Oct 12 '24 10:10 AbhijitMotekar99

✅ 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!

github-actions[bot] avatar Oct 16 '24 17:10 github-actions[bot]