Electronic Arts interview question

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

Interview Answer

Anonymous

16 Jun 2021

You do it with a hash map.

1