These are solutions in Cpp, Java, Python for problems in Top Interview Questions from Leetcode.
To understand and get an overview of Hacktoberfest, Check out this video
Here's a DEMO video of how to contribute.
- You can write solutions in C/C++/Java/Python for a particular Question.
- check your code twice before PR, only correct codes are going to be considered.
- Follow the file naming convention for all your pull requests.
- While adding any content it should be inside its appropriate folder.
- if there is any problem with an inaccurate solution create an issue!
- Do not create duplicate issues, firstly check if that issue has been created already or not.
- Do not make a PR without getting issues assigned to you! ( they will not be merged ).
- Link your PR with the Issue number.
- if you don't work on the issue within 4 days, It will be assigned to another interested member.
- make sure you read these rules twice.
use | file type | comments |
---|---|---|
new question | [question name] (folder) | All solution files for this question should be under this folder |
c++ solutions | cppSolution[question name].cpp | also comment the question link on the top |
1. Fork this repo.
2. Star this repo.
3. Get an issue assigned.
3. Work on the issue, add a file ( txt/cpp ) inside the appropriate folder.
4. Commit the code.
5. Make a pull request.
- Repo contains folders of Top-Interview-Questions by Leetcode. You can add a solution to an unanswered question.
- You can update the existing solution with a better one ( better complexity).
- You can add new questions and solutions in diff. languages.
- solve issues raised by other people or yourself.
- make a webpage ( hosted from GitHub readme ) more appealing and updated.
- You can add question link along with descrption to each folder.
If you post about it on social media, Don't forget to tag me ;)