Posts
Series
Categories
Search
Sign In
Posts
Series
Categories
Search
Sign In
Tag
#sliding-window
Implementing `strStr()` function in Python.
Technical_Interview
#sliding-window
#string-matching
#needle-in-haystack
Created by
@oliverrichards
at October 28th 2023, 7:11:35 pm
Find the Longest Substring with at Most K Distinct Characters
Technical_Interview
#sliding-window
#substring
#distinct-characters
Created by
@oliverrichards
at October 27th 2023, 7:59:15 am
Maximum Consecutive Ones with Flipping at Most k Zeros.
Technical_Interview
#optimization
#array
#sliding-window
Created by
@oliverrichards
at October 27th 2023, 3:20:52 am
Longest Repeating Substring with Character Replacement
Technical_Interview
#sliding-window
#substring
#character-replacement
Created by
@oliverrichards
at October 27th 2023, 1:50:55 am
Finding Anagram Indices in String Using Sliding Window
Technical_Interview
#strings
#sliding-window
#anagram
Created by
@oliverrichards
at October 27th 2023, 12:07:02 am
Minimum Window Substring Solution
Technical_Interview
#sliding-window
#minimum-window-substring
#string-manipulation
Created by
@oliverrichards
at October 26th 2023, 10:49:31 pm
Maximum Fruits Collected with Two Baskets
Technical_Interview
#sliding-window
#maximum-number-of-fruits
#fruit-collection
Created by
@oliverrichards
at October 26th 2023, 10:29:43 pm
Maximum Points from Cards: Sliding Window Technique
Technical_Interview
#array
#sliding-window
#maximum-sum
Created by
@oliverrichards
at October 26th 2023, 10:09:31 pm
Minimum Size Subarray Sum
Technical_Interview
#array
#sliding-window
#minimum-size-subarray-sum
Created by
@oliverrichards
at October 26th 2023, 8:30:05 pm
Next