Topic: Queue Problem / Level: advanced

Problem: Implement a function that finds the first k unique elements in a stream using a queue.

Run the code to see the output here...