Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 480 Bytes

File metadata and controls

29 lines (16 loc) · 480 Bytes

Data Structure & Algorithm Journey

Data Structures & Algorithms implementations

Requirements

Building the tests

Create a directory to contain the build outputs in the project root.

mkdir build
cd build

Download googletest, configure and generate files with CMake.

cmake ..

Build executables and do all that linking stuff.

make

Run the tests

make test