DSA-guide icon indicating copy to clipboard operation
DSA-guide copied to clipboard

Find pair with given sum

Open kiruba-r11 opened this issue 3 years ago • 5 comments

💥 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 avatar Feb 26 '21 12:02 kiruba-r11

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

kiruba-r11 avatar Feb 26 '21 12:02 kiruba-r11

@ankitapuri Can I start working on this?

kiruba-r11 avatar Mar 01 '21 04:03 kiruba-r11

@ankitapuri Can I work on this in python

kiruba-r11 avatar Mar 04 '21 16:03 kiruba-r11

@ankitapuri Can I work on this in python

you already did in 1 language

ankitapuri avatar Mar 04 '21 16:03 ankitapuri

@ankitapuri I would like to work on this in JavaScript

kushalsng avatar Sep 18 '22 12:09 kushalsng