This repository contains my solutions and practice code for Competitive Programming.
It includes problems from platforms like Codeforces, CSES, and custom practice sets.
The code is primarily written in C++ (with STL).
Handpicked problems that are tricky, unique, or useful for revision.
Solutions from Codeforces contests and practice problems.
- BinarySearch → Problems solved using binary search techniques
- Contests → Contest-wise solutions (Div. 2, Div. 3, etc.)
- Problems → Individual Codeforces problem solutions
A personal milestone folder for solving 1200 problems step by step.
This tracks my problem-solving journey.
Algorithms and data structures practiced during college coursework.
Includes implementations of:
- Graph Algorithms (Prim’s, BFS/DFS)
- Dynamic Programming exercises
- Linked List operations
- Sorting, Heap, GCD, etc.
Solutions to problems from the CSES Problem Set.
Organized by topic:
- Introductory → Beginner-friendly problems
- DP → Dynamic Programming challenges
- Graph → BFS, DFS, shortest paths, connected components, etc.
- SlidingWindow → Two-pointers & window-based problems
- Language: C++
- Solve a wide range of problems from CSES and Codeforces
- Consistently participate in contests to improve rating
- Build a clean and well-organized archive of solutions for revision
This is a personal practice repository, but suggestions for better solutions or optimizations are always welcome!
You can open a Pull Request 🚀