Problem: Given an array of integers and a target sum, return every pair of integers that add up to the target sum. The two-sum problem is a very common technical interview question. It is actually the ...