Find the smallest window in a string containing all characters of another string

1 min read

https://practice.geeksforgeeks.org/problems/smallest-window-in-a-string-containing-all-the-characters-of-another-string/0

Given a sequence of words, print all anagrams together
Recursively remove all adjacent duplicates