HealthEdge Software Interview Question

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

Interview Answer

Anonymous

May 22, 2019

It can be done using the hashset or hashmap.