My Solutions in C++ or Java (Sometimes Both) & Problem Analysis (Sometimes) for Competitive Programming Problems
(Generally USACO and Canadian Computing Competition)
[<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>
isDEL
<PROBLEM>
is not specified
[<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
orSENIOR
.<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>
isDEL
<PROBLEM>
is not specified
Different content in this repository is licensed under different licenses according to the different types of content.
- Any content that are not codes (e.g. Problem Analysis) are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
- Codes in this repository are licensed under the MIT License.