Skip to content

nageshnnazare/cxx-dsa

Repository files navigation

Data Structures & Algorithms in C++

Dependency

cmake >= 3.13 
gcc >= 9.3.0

To compile

  1. Create build directory with
mkdir -p -v build
  1. Enter the build directory and run cmake
cd build; cmake ..
  1. To run a particular executable
./arrays/1_setMatrixZeros