Guidelines and Rules for Writing Solutions
Guidelines and Rules for Writing Solutions
## Guidelines
- If you want to write solution for a problem, navigate to the problem page and locate the solution link at the bottom right of the page.
- Use Markdown for writing solutions. Learn more about Markdown [here](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax). Note that not all syntax from the provided link is supported.
- Render math formulas using LaTeX by enclosing them in a pair of dollar signs.
- Submitted solutions will be reviewed shortly after. If your solution is denied, you can edit it based on the feedback and resubmit for review.
## Rules
- Ensure that the solution does not contain excessive content irrelevant to the problem.
- Include the main idea of solving the problem in the solution. If possible, break it down into several small hints.
- In some certain problems, please include the proof of the correctness of the algorithm used your solution.
- Ensure that the source code is clear and easy to understand.