c-data-structures
c-data-structures copied to clipboard
A simple library of data structures for C
C Data Structures
A simple library of data structures for C. The current release contains implementations of
- Linked List
- Map
- Queue
- Stack
- Vector
Contributing
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 buildto generate a release version of the static library