Skip to content

pseudomuto/c-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple library of data structures for C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published