Skip to content

trungducc/data-structure-and-algorithm-journey

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

Watchers

Forks

Releases

No releases published

Packages

No packages published