FDM Group Interview Question

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

Interview Answer

Anonymous

Jan 23, 2021

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