A simple library of data structures for C. The current release contains implementations of
- Linked List
- Map
- Queue
- Stack
- Vector
This application uses CMake. Any recent (> 3.10) will do.
make build
(generate the build system and build the library)make test
(run the unit tests)BUILD_TYPE=Release make build
to generate a release version of the static library