Hacktoberfest-2021-Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard

Added checkGoodPairsInArray.js

Open VamsiKrishna04 opened this issue 4 years ago • 0 comments

Given an array A and a integer B. A pair(i,j) in the array is a good pair if i!=j and (A[i]+A[j]==B). Check if any good pair exist or not.

VamsiKrishna04 avatar Oct 30 '21 15:10 VamsiKrishna04