Pregunta de entrevista de Intuit

Implement a solution using Hashmap

Respuestas de entrevistas

Anónimo

8 de mar de 2019

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

1

Anónimo

23 de may de 2014

use getKey to see if the number is already there

3