Topic: Array Problem / Level: intermediate

Problem: Find the smallest window (subarray) that contains all unique elements from a given set of elements.

Run the code to see the output here...