/Count-pairs-with-given-sum

Given an array of N integers, and an integer K, find the number of pairs of elements in the array whose sum is equal to K.

Primary LanguageC++

This repository is not active