Problem Challenge 3
Smallest Window containing Substring (hard)
Given a string and a pattern, find the smallest substring in the given string which has all the character occurrences of the given pattern.
...
Given a string and a pattern, find the smallest substring in the given string which has all the character occurrences of the given pattern.
...