This project contains git sub-modules.
If you just want to use the implementation, you can clone without sub-modules. In case you want to build the tests, be sure to clone the repository
with --recurse-submodules
or --recursive
on older versions of git. Alternatively, you can clone without sub-modules and initialize these later.
Simple algorithms and data structures written in C for educational purposes.