This repository mainly contains my solutions to problems and contests on Leetcode, Codeforces, DMOJ, but also solutions to specific periodic competitions such as:
- USACO (USA Computing Olympiad)
- University of Waterloo's CCC (Canadian Computing Competition) and CCO (Canadian Computing Olympiad)
- ACSL (American Computer Science League)
Most solutions will be written either in Python 2.7/3.11 or C++20.
The following codes and solutions have been tested on their respective graders/judging sites, unless the file name starts with the prefix "[ic]", which means the solution is still WIP*