sliding-window
Last updated
Last updated
Strings ,Arrays, Linkedlist
Contiguous sequence of elements ( Grouped sequentially )
Find Min,Max,Longest,Shortest,Contains
Fucking sliding window
eg. max subArray of size K
eg. smallest sum ≥ value S
eg. Longest substring with no more than k distinct characters
*helper data structure such as hashset or hashmap