Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 458 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (5 loc) · 458 Bytes

Contributing Rules

  • While contributing to the solution make sure you use the correct package to segregate the problem difficulty into easy medium and hard
  • When writing solution for a given problem add the problem statement above the class as comment
  • Write test case for each of the problem statement and make sure it builds with Travis CI
  • Add the code link in the readme.md file with problem description and the link to the problem solution