Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.85 KB

File metadata and controls

63 lines (41 loc) · 1.85 KB

🏆 Competitive Programming Repository

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.


📂 Repository Structure

  • /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.

🎯 Goals of this Repo

  • 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.

🛠 Languages & Tools

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

🚀 Usage

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.

⚠️ Note: Solutions are for practice and learning — not for direct copy-paste in live contests.


📌 Resources I Recommend


📜 License

This repository is for personal use and learning.
Feel free to explore and adapt, but please give credit if you reuse significant parts.