Advanced Data Structures - Data Structures not provided in C++ STL Library.
git clone https://github.com/acwilson96/ads
cd ads
Install all libraries provided in ads.
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install
cd ..
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
make
make install
ctest -V
cd ..
cd build
xargs rm < install_manifest.txt
cd ..
rm -rf ./build/