map/all_pairs_with_sum library

Functions

allPairsWithSum(List<int> nums, int target) List<List<int>>
Finds all pairs of numbers in a list that sum to a target value using a map.