TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
58.82k stars 19.03k forks source link

I want to submit a two sum problem solution #3368

Closed DroneCodes closed 1 year ago

DroneCodes commented 1 year ago

Hello I would love to submit a solution to the Two-sum problem from leetcode

Appy-007 commented 1 year ago

Can you give the reference to the problem @DroneCodes

DroneCodes commented 1 year ago

@Appy-007 It is the number 1 problem on leetcodes list of question

Appy-007 commented 1 year ago

@DroneCodes got it ,do you want the code in the same format as given in the problem or you just want the problem to be solved

DroneCodes commented 1 year ago

@Appy-007 I have the solution to the problem already

DroneCodes commented 1 year ago

@Appy-007 I wanted to know if I could submit it

akshatbajetha commented 1 year ago

Hi! I would like to submit a solution to the Two Sum problem on Leetcode. I have a simple, easy-to-understand, and a beginner friendly solution to this issue!! Thanks!