Thanks for contributing to CodeChef-Solutions 🚀
Please review the checklist below before submitting your PR.
Problem Name:
Contest Name:
Language Used:
Problem Link: [Paste the CodeChef problem URL here]
Short Explanation:
A brief 2–3 line description of your approach or logic.
- My solution is from a past contest (not ongoing).
- I followed the correct folder structure:
ContestName/Language/ProblemName/ProblemName.<ext> - I added both code (
.c/.cpp/.py/.java) and an explanation file (.md). - The code is well-formatted and properly indented.
- No unrelated or duplicate files are included in this PR.
- Added problem link and approach in the
.mdfile. - Added time and space complexity.
- File names use the exact problem code/name in uppercase.
- My PR title is descriptive (e.g.,
Added TOURIST solution in C). - I have checked that my code compiles and runs correctly.
- I am not submitting this PR for spam/Hacktoberfest points only.
Add anything else you want the maintainer to know about your submission, such as references, screenshots, or tricky edge cases.
This section is handled by reviewers — no need to edit.
- PR reviewed
- PR merged
- Marked
hacktoberfest-accepted