edualgo / interview-corner

Many time, when an interview approaches, candidates start searching for different algorithms in different programming languages for practise. This project aims to build a website which will contain the codes along with the techniques and explanations so that it can be helpful for many
https://opensource.edualgoacademy.com/interview-corner/
MIT License
42 stars 41 forks source link

Two sum #78

Open ms1901 opened 3 years ago

ms1901 commented 3 years ago

I would like to add a problem to find the two numbers that sum to target efficiently. Input: nums = [2,7,11,15], target = 9 Output: [0,1] I would like to work on this issue for SWOC'21. Problem link: https://leetcode.com/explore/featured/card/top-interview-questions-easy/92/array/546/

ms1901 commented 3 years ago

@Abhijit2505 pls let me know if I can work on this or not?