Agoda Interview Question

Coding questions: #1 -- First problem was finding all the possible pairs in an unsorted array that added together to a target number.

Interview Answer

Anonymous

Oct 18, 2024

#1 The Answer was to add numbers to a hashmap and compare to that hashmap if the pair number existed in it.