Pregunta de entrevista de Morgan Stanley

Phone Screen: Check if two elements in an array equal to a sum or not?

Respuesta de la entrevista

Anónimo

12 nov 2018

I solved it using HashSet to store complements of each number. If current number already exists in an HashSet that means we can form the sum

7