Pregunta de entrevista de Intuit

Implement a solution using Hashmap

Respuestas de entrevistas

Anónimo

8 mar 2019

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

1

Anónimo

23 may 2014

use getKey to see if the number is already there

3