Data Structures & Algorithms in C++ Dependency cmake >= 3.13 gcc >= 9.3.0 To compile Create build directory with mkdir -p -v build Enter the build directory and run cmake cd build; cmake .. To run a particular executable ./arrays/1_setMatrixZeros