map_algorithms/all_pairs_with_sum library

Functions

allPairsWithSum(List<int> nums, int target) List<List<int>>
Find All Pairs with Given Sum using HashMap approach.