Skip to content

arrowten/DSA-Questions

Repository files navigation

DSA Practice Repository

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


🚀 What You'll Find Here

  • Solved DSA Problems
  • 📚 Topic-wise categorization (Sliding Window, Trees, Graphs, DP, etc.)
  • 🧪 Unit tests using Google Test
  • 🧵 Clean, robust code with comments where necessary

🔧 Tech Stack

  • Language: C++
  • Build System: CMake
  • Testing Framework: GoogleTest

🛠️ How to Build & Run Tests

1. Clone the repo

git clone https://github.com/yourusername/DSA-Questions.git
cd DSA-Questions

2. Build testsuite

sh build_script.sh

3. Run/Test the questions

sh test_script.sh <cpp-file-to-be-tested>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published