Thanks for taking the time to contribute to this repo. Following are some of the rules that should be followed before making a PR:-
- Proper Indentation is must.
- Include comments whereever required so as to make the code easily understandable.
- Place your code in right directory.
- Name your files in a meaningful way, for example: Vanya_and_Fence.cpp.
- Proper naming of variables and functions is must throughout the code.
- Fork this Repo.
- Clone the repo to your local machine.
- Create a new directory(if it doesn't exist) in the relevant folder using the problem name as the directory name. For example,
"Vanya_and_Fence".
- Add your code file in this folder only.
- Push your changes to your Github repo.
- Create a Pull Request(PR).
- One PR should be created for only one problem.
- If your PR is valid, it'll be merged to the master branch.
You can find the link to the sheet here. Click Me!
Please make sure, all code files should be categorized in the same order as mentioned in the above sheet.