FDM Group interview question

In an array with elements of several frequency, how to get the unique elements?

Interview Answer

Anonymous

23 Jan 2021

Using a dictionary (in python) or hashtable (other languages).