Find K Pairs with Smallest Sums
We'll cover the following...
Statement
Given two lists, and an integer , find pairs of numbers with the smallest sum so that in each pair, each list contributes one number to the pair.
Constraints:
-
...