I aim to publish the solutions to problems I've solved on Codeforces to share my approach and summary.
- Search for Your Problem: Enter the repository and use Ctrl + F to search for the problem using the contest number.
- Understand the Logic: I explain the logic of each solution in the commit messages.
- Clean Code: I strive to keep my code clean and readable for better understanding.