Each folder represents a topic, and each file contains the solution to a specific problem (usually prefixed with a problem number and title for easy sorting).
- ✅ Solved DSA Problems
- 📚 Topic-wise categorization (Sliding Window, Trees, Graphs, DP, etc.)
- 🧪 Unit tests using Google Test
- 🧵 Clean, robust code with comments where necessary
- Language: C++
- Build System: CMake
- Testing Framework: GoogleTest
git clone https://github.com/yourusername/DSA-Questions.git
cd DSA-Questions
sh build_script.sh
sh test_script.sh <cpp-file-to-be-tested>