Skip to content

Added checkGoodPairsInArray.js#26

Open
VamsiKrishna04 wants to merge 2 commits intotejas-2232:masterfrom
VamsiKrishna04:master
Open

Added checkGoodPairsInArray.js#26
VamsiKrishna04 wants to merge 2 commits intotejas-2232: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.
Given a positive integer A, return an array of strings with all the integers from 1 to N. But for multiples of 3 the array should have “Fizz” instead of the number. For the multiples of 5, the array should have “Buzz” instead of the number. For numbers which are multiple of 3 and 5 both, the array should have "FizzBuzz" instead of the number.
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