ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 113 forks source link

Find pair with given sum #233

Open kiruba-r11 opened 3 years ago

kiruba-r11 commented 3 years ago

💥 Proposal

(A clear and concise description of what the proposal is.) The question is to find a pair that gives the sum that the user has entered. It can be implemented by sorting the array and using Two Pointer approach.

Have you read the Contributing Guidelines on Pull Requests ?

(Write your answer here.) YES

kiruba-r11 commented 3 years ago

@ankitapuri I would like to work on this in C++.

kiruba-r11 commented 3 years ago

@ankitapuri Can I start working on this?

kiruba-r11 commented 3 years ago

@ankitapuri Can I work on this in python

ankitapuri commented 3 years ago

@ankitapuri Can I work on this in python

you already did in 1 language

kushalsng commented 2 years ago

@ankitapuri I would like to work on this in JavaScript