List Of Sliding Window Questions

1.https://leetcode.com/problems/sliding-window-maximum/description/
2.https://leetcode.com/problems/maximum-sum-of-distinct-subarrays-with-length-k/description/
3.Max Sum Subarray of size K
4.First negative integer in every window of size k
5.Count Occurences of Anagrams
6.https://leetcode.com/problems/number-of-substrings-containing-all-three-characters/description/
7.https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero/description/
8.longest substring with k unique characters
9.https://leetcode.com/problems/longest-substring-without-repeating-characters/description/
10.longest substring with repeating characters

  1. Fruit Into Baskets (https://leetcode.com/problems/fruit-into-baskets/description/)
  2. https://leetcode.com/problems/count-number-of-nice-subarrays/description/
  3. https://leetcode.com/problems/get-equal-substrings-within-budget/description/
  4. https://leetcode.com/problems/longest-nice-subarray/description/
  5. https://leetcode.com/problems/subarray-product-less-than-k/description/
  6. https://leetcode.com/problems/longest-repeating-character-replacement/description/
  7. https://leetcode.com/problems/minimum-size-subarray-sum/
  8. https://leetcode.com/problems/shortest-subarray-with-sum-at-least-k/description/
  9. https://leetcode.com/problems/replace-the-substring-for-balanced-string/description/
  10. https://leetcode.com/problems/subarrays-with-k-different-integers/description/
  11. https://leetcode.com/problems/permutation-in-string/
  12. https://leetcode.com/problems/permutation-in-string/description/
  13. https://leetcode.com/problems/max-consecutive-ones-iii/description/
  14. https://leetcode.com/problems/count-complete-subarrays-in-an-array/description/
  15. https://leetcode.com/problems/sliding-window-median/description/
  16. https://leetcode.com/problems/grumpy-bookstore-owner/description/?envType=daily-question&envId=2024-06-21
  17. https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/description/ solution
  18. https://leetcode.com/problems/minimum-swaps-to-group-all-1s-together-ii/description/
  19. https://leetcode.com/problems/maximize-the-confusion-of-an-exam/description/
  20. https://leetcode.com/problems/frequency-of-the-most-frequent-element/description/
  21. https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/description/
  22. https://leetcode.com/problems/continuous-subarrays/description/
Comments (7)