A dedicated repository for algorithmic research, optimized C++ templates, and problem-solving logs. This vault serves as a centralized library for national-level competition preparation.
- Second Prize - Vietnam National Olympiad in Informatics (VOI)
- Second Prize - Tin Hα»c TrαΊ» National (Category C1)
- School Team Selection - Earn a spot in the official school CP team.
- Candidate Master on Codeforces (Current Rating:
)
- First Prize - Tin Hα»c TrαΊ» Southern Region (Category C1)
- Algorithms: Optimized C++ templates for reusable algorithmic blocks (Graph, Math, DP, etc.).
- Solutions: Detailed problem-solving logs and platform-specific solutions.
- Templates: Standard boilerplate code for high-speed contest environments.
To maintain a scalable and organized repository, I utilize custom automation:
update_readme.py: This script scans all subdirectories within the Solutions folder to automatically generate and update the README.md. It functions as a dynamic Table of Contents, ensuring that every newly added solution is instantly indexed and easily accessible.
- Language: C++14 (Standard for VOI)
- Environment: macOS (Darwin)
- Compiler: Clang / G++ (GCC)
I maintain a detailed log of solved problems, including complexity analysis and submission links for each task.
π Access the detailed CP problem-solving log here
"Code clean, think deep."