Welcome! This repository is a comprehensive, well-documented collection of Data Structures and Algorithms implemented in C++. It serves as a personal track record for studying, solving, and optimizing algorithmic problems.
This repository is divided into two main sections:
- Core Data Structures & Algorithms: Clean, optimized, and heavily documented implementations of standard computer science algorithms (e.g., Graph Theory, Dynamic Programming, Trees).
- Competitive Programming & Problem Solving: Solutions to coding problems sourced from:
- DLRS Book
- LeetCode
- Codeforces
- OpenKattis
- And other competitive programming platforms.