Question d’entretien chez Intuit

Implement a solution using Hashmap

Réponses aux questions d'entretien

Utilisateur anonyme

8 mars 2019

There’s no getKey. You can use either containsKey(key) or get(key) method.

1

Utilisateur anonyme

23 mai 2014

use getKey to see if the number is already there

3