Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 |Optimizing TwoSum Code | C++ #1625

Open
2 tasks done
ayushbisht2001 opened this issue Jan 12, 2021 · 4 comments
Open
2 tasks done

1 |Optimizing TwoSum Code | C++ #1625

ayushbisht2001 opened this issue Jan 12, 2021 · 4 comments
Assignees
Labels

Comments

@ayushbisht2001
Copy link

Title - Optimizing Code for 1 , Two Sum

What will change - some piece of codes

Type of issue

  • Improving Code

Programming Language

  • C++
@ayushbisht2001 ayushbisht2001 added the good first issue Good for newcomers label Jan 12, 2021
@Gaurav-20
Copy link
Contributor

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

@juhikushwah
Copy link
Contributor

juhikushwah commented Jan 13, 2021

@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.

@ayushbisht2001
Copy link
Author

thanks a lot @juhikushwah

@ayushbisht2001
Copy link
Author

please assign this to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants