LeetCode-Solutions icon indicating copy to clipboard operation
LeetCode-Solutions copied to clipboard

1 |Optimizing TwoSum Code | C++

Open ayushbisht2001 opened this issue 4 years ago • 4 comments

Title - Optimizing Code for 1 , Two Sum

What will change - some piece of codes

Type of issue

  • [x] Improving Code

Programming Language

  • [x] C++

ayushbisht2001 avatar Jan 12 '21 00:01 ayushbisht2001

I have optimized the complexity from O(n^2) to O(n)

Gaurav-20 avatar Jan 12 '21 05:01 Gaurav-20

@ayushbisht2001 Hi. Just a heads up. When you create an issue and want the admins to assign it to you, you need to mention this in the comments coz if you don't and someone else does, the issue is assigned to them irrespective of who creates it.

juhikushwah avatar Jan 13 '21 03:01 juhikushwah

thanks a lot @juhikushwah

ayushbisht2001 avatar Jan 13 '21 03:01 ayushbisht2001

please assign this to me

ayushbisht2001 avatar Jan 13 '21 03:01 ayushbisht2001