You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hint 1
Keep a frequency map of the elements in each window.
Hint 2
When the frequency of the element is 0, remove it from the map.
Hint 3
The answer to each window is the size of the map.