-
Notifications
You must be signed in to change notification settings - Fork 8k
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
2 sum problem in CPP #7310
Comments
Please assign this issue to me. |
Assign me this issue . cause i am well versed in DSA. |
Here's my leetcode |
I've submitted a pull request that addresses Issue #7353 by providing a C++ implementation to find the sum of two integers. |
If someone with the write access is reviewing, could you please merge it today itself if it resolves the issue? |
Are we allowed to do that |
Actually I am new so I don't know |
Hello,@tanyaP0405 |
Hi @shrutiijain26 fyi |
okay, but can you assign it to me for the time being? |
I was wondering if you could kindly review and merge the request by the end of today, if possible. Additionally, if any change is required do le me know |
It's my Thanks ⚙️ |
Is your feature request related to a problem? Please describe.
This is a CPP code that finds the sum of two integer numbers.
Describe the solution you'd like
I will add two numbers using the addition operator.
Describe alternatives you've considered
We can also add two numbers using the same variable.
Additional context
No
The text was updated successfully, but these errors were encountered: