Pregunta de entrevista de HealthEdge Software

Write a java code to find the sum of two numbers in an array that is equal to target in O(n) Complexity.

Respuesta de la entrevista

Anónimo

22 may 2019

It can be done using the hashset or hashmap.