Skip to content

Repository files navigation

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

About

Data Structures & Algorithms implementations

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages