I am currently working on these sliding window technique problems:
- Find the longest substring of given string containing k distinct characters
- Longest substring of given string containing distinct characters
- Find all substrings of a string that are permutation of a given string
- Print all sub-arrays of an array having distinct elements
- Find duplicates within given range k in an array
Shall I make a separate folder and push?
I am currently working on these sliding window technique problems:
Shall I make a separate folder and push?