Question d’entretien chez RetailMeNot

given an array of strings, return the first one which appears only once in the array

Réponses aux questions d'entretien

Utilisateur anonyme

4 déc. 2014

use a hashset

Utilisateur anonyme

22 janv. 2015

if it's php array_search(1, array_count_values($values));