Domanda di colloquio di Morgan Stanley

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

Risposta di colloquio

Anonimo

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