-
Notifications
You must be signed in to change notification settings - Fork 16
Added Three Solutions in python #10
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
Added Three Solutions in python #10
Conversation
Thanks a lot for the 3 solutions !! I have tested them and they are all passing. Just one thing before I merge them. Can you also add the link to the correspondibg leetcode problem on each of the 3 solutions ! like: // https://leetcode.com/problems/two-sum/
// T: O(N)
// S: O(N)
your code here and also please add the time + space complexity for each of the 3 problems that you have solved. Thanks again for your contributions 😸 |
@anishLearnsToCode |
dd2844a
to
c61a760
Compare
c61a760
to
ba0eaca
Compare
Thank you very much ! 🥳 |
I have merged your pull request and i would highly appreciate any more contributions from you as well, I would just like to say one thing that in the future create 1 pr per problem, so if you have solved 3 problems then create 3 prs for each solution. Also for every pr, you can keep the title as:
|
@anishLearnsToCode I have added solutions to the following questions in python: