map_algorithms/count_pairs_with_diff library

Functions

countPairsWithDiff(List<int> nums, int diff) int
Counting Pairs with Specific Difference.