Implement strStr (Find Substring)
Find the first occurrence of a substring in a string, similar to strstr() function.
Minimum Window Substring
Find the minimum window substring that contains all characters of another string
Regular Expression Matching
Implement regular expression matching with '.' and '*'
Regular Expression Matching
Implement regular expression matching with support for '.' and '*'
Smallest Substring with All Characters
Find the smallest substring that contains all characters of a given pattern