Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 Competitive Programming

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


📂 Repository Structure

🔹 BestProblems

Handpicked problems that are tricky, unique, or useful for revision.


🔹 CodeForces

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

🔹 CP 31

A personal milestone folder for solving 1200 problems step by step.
This tracks my problem-solving journey.


🔹 cp college

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.

🔹 CSES

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

🚀 Tech Stack

  • Language: C++

🎯 Goals

  • 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

🤝 Contributions

This is a personal practice repository, but suggestions for better solutions or optimizations are always welcome!
You can open a Pull Request 🚀


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages