HCLTech Interview Question

given an array and int n, return true if exist 2 numbers in the array that their sum is equal to n

Interview Answer

Anonymous

May 21, 2023

use hash table