Home Page
Introduction
Welcome, this gitbook is my personal archive of writeups / contest record / answers which I had participated / taken / practiced from various contests.
Overview
Most of the solution will be given by my personal explanation, if possible, most of the answers are validated to pass all test cases, unless specifically mentioned.
Note that most of the solutions are written in Python. If you guys want the other language, you may just call GPT / coding AI etc to translate it, but I highly recommend you try it yourself instead.
This gitbook aims to serve as a study resource for students / amateurs / passerby who is interested on competitive programming (CP) preparing and familiarize the actual challenge.
If you are really good at competitive programming, feel free to point out any optimization / hints / criticize my solutions, and I will be grateful to consider the insightful comments.
Structure
The table of content consists of following:
Contest Category
Year
Rounds
Questions
Usage
Browse the questions from table of content, which is at the left sidebar.
Use search function to search for questions.
Attempt the questions independently before checking solutions (if provided) to maximize learning.
Contributions
If you found that your solution is working, and passed all test cases, while the pages still haven't provided the solution, you can contribute by those few ways:
Fork the repository.
Create a new branch for the contributions.
Submit a pull request with explanation how the code works.
Last updated