This is a repository for code for competitive programming such as AtCoder and LeetCode.
- Directory named
ABCxxxis for AtCoder Beginner Contest xxx. - Directory named
ARCxxxis for AtCoder Regular Contest xxx. - Directory named
ADT_yyyy_mmdd_time_E/M/His for AtCoder Daily Training Easy (xxx represents the data and start time of the contest).yyyyis the year of the contest (e.g. 2024).mmddis the month and day of the contest (e.g. 0513).timeis the start time of the contest (e.g. 2100). (JST)- E/M/H is the difficulty of the contest (Easy/Medium/Hard).
- Directory named
WCxxxis for LeetCode Weekly Contest xxx. - Directory named
BCxxxis for LeetCode Biweekly Contest xxx.
- Directory named
testis used for testing simple grammars and functions of C++.
- Code named
***_ans.cppor***_ans*.cppare the copy of the answer code shared by the contest participants as Solution (for LeetCode) or official page of the contest (for AtCoder).