Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.03 KB

contributing.md

File metadata and controls

23 lines (20 loc) · 1.03 KB

Contributing Guidelines

It will also help you to pass PRs in HacktoberFest by DigitalOcean.

Thanks for taking the time to contribute to this project. Before making PRs, please note the following:

A few norms you should follow

  • Proper intendation is must!
  • Include ample comments so that code is understandable and easy to follow.
  • Mention the complexity of a function in a comment.
    • Time complexity :
    • Space complexity :
  • Place your code in right directory with specific language. If directory does not exist feel free to create one.
  • Give your files names that are relevant and meaningful.

You may add your solved questions on spoj, codechef, interviewbit, hackerearth, hackerrank and codeforces.

  • First line of your code must begin with a comment mentioning the link of the question
  • Filename should be similar to that of question.