HashedIn by Deloitte Interview Question

Find two no a, b such that a+b = target sum in an array.

Interview Answer

Anonymous

Apr 25, 2021

Use Hashmap or HashSet. Two Sum problem.