Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 717 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 717 Bytes

Contributing

Sending pull requests

If it is a new subdomain

  • In the Algorithms/ folder, create the new subdomain using Pascal Case
  • Create the solved problem after reading the rules below.

If it is a new problem

  • In the Algorithms/*/ folder, create the new problem with his order and his name with no spaces and Pascal Case (e.g.: Algorithms/Warmup/1-SolveMeFirst/)

If it is a new solution to an already created problem

  • In the Algorithms/*/*/ folder, create the new solution using languageName.extension (e.g.: python.py or csharp.cs)

If it is an improved solution

  • Follow the same rules above, and in the pull request inform why your answer is better than the actual