You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
For a user input array check the pair with given sum is present in the array or not.
Have you read the Contribution Guidelines?
yes
Pitch
you have to take a array and its size n as a input from user and have to print "yes" (without quotes) if there is a pair in the array with sum k(user input) and "no" (without quotes) if it is not present.
you have to use hashing for solving this problem.
Assignees
C -
C# -
C++ -
Go -
Java -
Javascript -
Kotlin -
Python -
The text was updated successfully, but these errors were encountered:
🚀 Feature
For a user input array check the pair with given sum is present in the array or not.
Have you read the Contribution Guidelines?
yes
Pitch
you have to take a array and its size n as a input from user and have to print "yes" (without quotes) if there is a pair in the array with sum k(user input) and "no" (without quotes) if it is not present.
you have to use hashing for solving this problem.
Assignees
C -
C# -
C++ -
Go -
Java -
Javascript -
Kotlin -
Python -
The text was updated successfully, but these errors were encountered: