Welcome to my Competitive Programming repository!
Here I store my problem solutions, templates, and useful resources that help me sharpen my skills and prepare for contests.
/solutions/β My accepted solutions for interesting and challenging problems from Codeforces, AtCoder, CSES, UVA, etc./templates/β Reusable code snippets and templates (DSU, Segment Tree, Graph algorithms, etc.)./resources/β Notes, references, and any helpful guides or articles for problem solving.
- Build a personal library of solved problems.
- Maintain clean and reusable templates for contests.
- Collect and organize highβquality learning resources.
- Track progress and improvements over time.
Most solutions are written in:
- C++17 (main language for contests)
- Sometimes Java/Python for specific problems or practice.
I also use:
- Custom macros/templates for fast coding
- Git + GitHub to track progress
- VS Code / IntelliJ / Vim depending on project type
Feel free to:
- Browse through problem solutions for learning ideas.
- Reuse any templates for your own contests.
- Check out the resources section for helpful competitive programming materials.
This repository is for personal use and learning.
Feel free to explore and adapt, but please give credit if you reuse significant parts.