This repository contains basic Data Structures and Algorithms (DSA) problems solved using C++.
- ✅ Beginner-friendly C++ code
- 🧠 Logical and slightly tricky problems
- 🛠️ Designed for one-file compilation via terminal or Code Runner in VS Code
- Install MinGW (G++)
- Add
mingw-w64/binto your systemPATH - Install VS Code
- Install VS Code extensions:
C/C++by MicrosoftCode Runner(optional)