Update: Please read this before moving ahead Important!
This File Contains all solutions of: Hackerrank 30 day of code along with other Algorithms
( Not your match? CHECKOUT THIS REPO to contribute other/more algorithms )
- Have a look at open issues
- You can also create a new issue for an algorithm/code that has been used to solve problem in any of the 30-days (you can also add variants of any code/logic).
- Fork the repository.
- Clone the repo. to your local system.
- Add the algorithms/codes that you want to contribute (and properly rename you algorithm/code with the Particular day, and keep the code in a folder with all variants and algorithm used to solve)
- Make another Development branch. (Apart from main branch).
- Open the pull request.
- Resolve conflicts ( if any ).
- Wait for the pull request to be approved.
- Add relevant comments explaining what the code is all about (if possible write the Time and Space complexities)
- It should be properly formatted and indented
- Please use proper naming for variables, do not use i,j,k,x,y,z. The variable name should be self explanatory.
- Use proper names for your files.
- Do all your changes in your forked repository branch and not in master branch untill asked.
- I will reject any pull request which looks like spammy or just to have +1 in the counter, so contribute quality code here!
- As per guidlines of Hacktoberfest, I will not merge any plagrised code or any type of fishy code.
Feel free to contact, if you face any issue in contributing to Open Source