dexterpuru / leetcode_python

Archive of leetcode solutions in python
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Need leetcode solutions in python #1

Open dexterpuru opened 3 years ago

dexterpuru commented 3 years ago

It would be great if someone could contribute few solutions for leetcode questions.

Few things you need to know:-

  1. It doesn't matter if the solution you give is not yours.
  2. Code must be clean and understandable.
  3. You need to write the approach in comments before writing solutions for understandability.
  4. If you want to submit a solution for any new topic whose folder is not there, lets say graph, and if there is not any folder for graph, you will need to make a folder.

This repo is for python solutions, you can also contribute Solutions in Java and C++ here:- C++ - https://github.com/dexterpuru/leetcode_cpp Java - https://github.com/dexterpuru/leetcode_java

mananchawla2005 commented 3 years ago

Hey can you please assign me this issue I can work on this issue as part of hacktober fest. @dexterpuru

dexterpuru commented 3 years ago

@mananchawla2005 Please create a new issue with question as title of issue. This i will add Hacktoberfest label to it and will assign it to you. You can create as many issue as you want, and i will add Hacktoberfest to all of them that way you will get a lot of progress.

dexterpuru commented 3 years ago

I have put whole procedure of contribution in README, please read it.