Skip to content

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

Merged
merged 11 commits into from
Mar 24, 2023

Conversation

sumanth-botlagunta
Copy link
Contributor

@anishLearnsToCode
Copy link
Owner

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 😸

@sumanth-botlagunta
Copy link
Contributor Author

@anishLearnsToCode
I have added the link to the corresponding leetCode problem on each of the solutions and also added the time + space complexity
added Links + Time & Space Complexity

@anishLearnsToCode
Copy link
Owner

Thank you very much ! 🥳

@anishLearnsToCode anishLearnsToCode merged commit 482e8c2 into anishLearnsToCode:master Mar 24, 2023
@anishLearnsToCode
Copy link
Owner

anishLearnsToCode commented Mar 24, 2023

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:

solves {problem name} (#1234 --> leetcode number) in python  

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

Successfully merging this pull request may close these issues.

2 participants