manan025 / DS-Algo-Zone

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript and Kotlin.
MIT License
25 stars 78 forks source link

Problem related to hashing #275

Open anu-phoenix opened 2 years ago

anu-phoenix commented 2 years ago

🚀 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 -

A-Spiral-Forge commented 2 years ago

Assign in python please

anu-phoenix commented 2 years ago

please assign in language C++

susheel-kumar-1998 commented 2 years ago

Please assign me with this issue. I would like to contribute in java.

sudhir512kj commented 2 years ago

@manan025 I would like to work on this using Python.