Fixed Size Sliding Window Pattern
Max Sum Subarray of size KMinimum Swaps and K TogetherFirst negative integer in every window of size kSubstrings of Size Three with Distinct Characters (Leetcode 1876)Find the K-Beauty of a Number (Leetcode 2269)Maximum Average Subarray I (Leetcode 643)Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold (Leetcode 1343)Find All Anagrams in a String (Leetcode 438)Permutation in String (Leetcode 567)Minimum Recolors to Get K Consecutive Black Blocks (Leetcode 2379)Maximum Points You Can Obtain from Cards (Leetcode 1423)Minimum Difference Between Largest and Smallest Value in Three Moves (Leetcode 1509)***Sliding Window Maximum (Leetcode 239)
Last updated