Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.39 KB

README.md

File metadata and controls

75 lines (58 loc) · 2.39 KB

Cubik65536/Competitive-Programming

My Solutions in C++ or Java (Sometimes Both) & Problem Analysis (Sometimes) for Competitive Programming Problems
(Generally USACO and Canadian Computing Competition)


🗃️ Commit Message Format

For USACO

[<TYPE>][USACO] <CONTEST> <LEVEL> "<PROBLEM>"

Result: <RESULT>
  • <TYPE>: The type of the commit. Can be one of the following:
    • ADD: Add a new solution.
    • FIX: Fix a bug in an existing solution.
    • DEL: Delete an existing solution.
  • <CONTEST>: The contest season, e.g. 2022-JAN, 2022-US_OPEN, etc.
  • <LEVEL>: The level of the problem, e.g. Bronze, Silver, Gold, etc.
  • <PROBLEM> (Optional): The problem name, e.g. Problem 1. Visits.
  • <RESULT>: The result of the solution, e.g. WA #5, TLE #11, etc.

Note: <RESULT> line will be skipped if

  • the solution have been accepted (AC for all test cases)
  • <TYPE> is DEL
  • <PROBLEM> is not specified

For CCC

[<TYPE>][CCC] <CONTEST>-<LEVEL> "<PROBLEM>"

Result: <RESULT>
  • <TYPE>: The type of the commit. Can be one of the following:
    • ADD: Add a new solution.
    • FIX: Fix a bug in an existing solution.
    • DEL: Delete an existing solution.
  • <CONTEST>: The contest season, e.g. 2022, 2021, etc.
  • <LEVEL>: The level of the problem: JUNIOR or SENIOR.
  • <PROBLEM> (Optional): The problem name, e.g. Problem 5. CCC Word Hunt.
  • <RESULT>: The result of the solution, e.g. WA Subtask 1 Test 5, TLE Subtask 4 Test 18, etc.

Note: <RESULT> line will be skipped if

  • the solution have been accepted (AC for all test cases)
  • <TYPE> is DEL
  • <PROBLEM> is not specified

📜 License

Different content in this repository is licensed under different licenses according to the different types of content.