Welcome to my CSES Problem Set solutions repository!
This repo contains my implementations of the CSES Problem Set – one of the best collections of algorithmic problems for building strong foundations in competitive programming.
- 👤 User: shivansh_coding
- 🌍 Country: India
- 📝 Submissions: 138
- 🏁 First Submission: Feb 10, 2025
- ⏳ Last Submission: Sept 17, 2025
- 💻 Languages Used: C++ (100%)
CSES-Solutions-ProblemSet/
│── Introductory Problems/
│── Sorting and Searching/
│── Dynamic Programming/
│── Graph Algorithms/
│── Range Queries/
│── Tree Algorithms/
│── Advanced Techniques/
│── Bitwise Operations/
│── Mathematics/
│── Geometry/
│── String Algorithms/
│── Sliding Window Problems/
│── README.md
└── .gitignoreThe CSES Problem Set is a well-known collection of algorithmic problems that help in improving problem-solving skills. The problems cover various topics, including:
- Sorting and Searching
- Dynamic Programming
- Graph Algorithms
- Mathematics
- String Algorithms
- Geometry
- and more...
All solutions are implemented in C++ and follow best coding practices. Each problem solution is placed in its respective category folder.
- Clone the repository:
git clone https://github.com/shivanshcoding/CSES-Solutions.git
- Navigate to the desired problem's folder.
- Open and run the C++ file using any C++ compiler.
If you:
- Find a bug 🐞
- Have a more optimized solution ⚡
- Want to share editorial insights 📝
Feel free to open a Pull Request or Discussion or connect with me on LinkedIn 🔗
This project is open-source and available under the MIT License.
🚀 *Grind · Learn · Master · Repeat* 🚀