Find K Pairs with Smallest Sums
Try to solve the Find K Pairs with Smallest Sums problem.
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:
-
...