Skip to content

Added checkGoodPairsInArray.js#392

Open
VamsiKrishna04 wants to merge 1 commit into
Anishukla:masterfrom
VamsiKrishna04:master
Open

Added checkGoodPairsInArray.js#392
VamsiKrishna04 wants to merge 1 commit into
Anishukla:masterfrom
VamsiKrishna04:master

Conversation

@VamsiKrishna04
Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant