- In the
Algorithms/
folder, create the new subdomain using Pascal Case - Create the solved problem after reading the rules below.
- 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/
)
- In the
Algorithms/*/*/
folder, create the new solution usinglanguageName.extension
(e.g.:python.py
orcsharp.cs
)
- Follow the same rules above, and in the pull request inform why your answer is better than the actual