Pergunta de entrevista da empresa FDM Group

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

Resposta da entrevista

Sigiloso

23 de jan. de 2021

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