c-data-structures icon indicating copy to clipboard operation
c-data-structures copied to clipboard

A simple library of data structures for C

C Data Structures

Build Status codecov

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 build to generate a release version of the static library