Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 731 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 731 Bytes

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