Welcome to the repository! Before sending your pull requests, make sure that you read the whole guidelines. If you have any doubt on the contributing guide, please feel free to state it clearly in an issue.
Reference/Mention the issue being fixed in the PR.
Only assigned issue will be reviewed
We accept only Medium/Hard problem. So, don't raise an issue for Easy problems.
To contribute an algorithm, please raise an issue for the problem using the following title
Problem No. | Problem name | Language
Please don't raise the PR until the issue is assigned to you. PR's raised without assignment may lead to PR being marked invalid
- Follow How to raise a PR? to raise a PR
- Please don't copy editorial solutions, if found doing so - the PR might be marked invalid,
- Please publish only genuine solutions written by you.
- All the solutions should give expected solution and pass all tests in Leetcode.
- Please don't spam any file with useless comments and unwanted changes. Make the Hacktoberfest worth it.
- Place the solution to a problem within the folder of the implementation language.
- Comment the link to the problem on top of the code
- Name the algorithm by the name of the problem separated by underscores