Skip to content
/ ads Public

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

License

Notifications You must be signed in to change notification settings

rdtscp/ads

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages