Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.56 KB

File metadata and controls

52 lines (37 loc) · 1.56 KB

🧩 Pull Request Template

Thanks for contributing to CodeChef-Solutions 🚀
Please review the checklist below before submitting your PR.


📘 Description

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.


🧠 Checklist Before Submitting

✅ Code & Structure

  • 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.

✅ Explanation File

  • Added problem link and approach in the .md file.
  • Added time and space complexity.
  • File names use the exact problem code/name in uppercase.

✅ General

  • 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.

🧾 Additional Notes (Optional)

Add anything else you want the maintainer to know about your submission, such as references, screenshots, or tricky edge cases.


🏷️ Maintainers’ Use Only

This section is handled by reviewers — no need to edit.

  • PR reviewed
  • PR merged
  • Marked hacktoberfest-accepted