Skip to content

Repository files navigation

ads

Codacy Badge Build Status License

Advanced Data Structures - Data Structures not provided in C++ STL Library.

Download

git clone https://github.com/acwilson96/ads
cd ads

Usage

Release Install

Install all libraries provided in ads.

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install
cd ..

Debug Install & Run Unit Tests

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
make install
ctest -V
cd ..

Uninstall

cd build
xargs rm < install_manifest.txt
cd ..
rm -rf ./build/

About

Advanced Data Structures - Data Structures not provided in C++ STL Library.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages