Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 696 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (14 loc) · 696 Bytes

Contributing Guidelines:

  1. Anyone can contribute
  2. If your problem doesn't fit into one of the existing folders, create a new one. Try not to just dump into the Miscellaneous folder.
  3. File format:

In comments at the top of the file:

Problem Name

Problem Description

INPUT:

OUTPUT:

CONSTRAINTS:

Sample input:

Sample output:
  1. Try to explain your code using comments. No point having a good solution if no one can make sense of it.
  2. Please don't use spaces in the program name. This may cause some unexpected issues if used via the CLI. Instead, use either CamelCase or use underscore example Zero_One_Knapsack.py.