Question d’entretien chez FDM Group

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

Réponse à la question d'entretien

Utilisateur anonyme

23 janv. 2021

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