Skip to content

Added checkGoodPairsInArray.js#139

Open
VamsiKrishna04 wants to merge 1 commit intoRaksha1906:mainfrom
VamsiKrishna04:main
Open

Added checkGoodPairsInArray.js#139
VamsiKrishna04 wants to merge 1 commit intoRaksha1906:mainfrom
VamsiKrishna04:main

Conversation

@VamsiKrishna04
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant