- I made it to practice my algorithms and data structures knowledge.
- This library focuses on simplicity (C++ isn't taken into account).
- Have you never used a library with an include directory before??
- The only thing I can add to the above statement is that if specific files are needed, look at their includes, they may have dependencies.
git clone https://github.com/ivkei/kdata
cd kdata
mkdir build
clang++ tests/<datastruct>.cpp -o build/<datastruct>
- To enable assertions define
_KDATA_ENABLE_ASSERTS before a header.
- The rest is like in STL.