Electronic Arts Interview Question

Check to see if an array has two elements that sum up to a target.

Interview Answer

Anonymous

Jun 16, 2021

You do it with a hash map.

1