Header-only data structures library for C.
| File | Data Structure | Documentation |
|---|---|---|
| include/list.h | Singly linked list | docs/list.md |
| include/dlist.h | Doubly linked list | docs/dlist.md |
| include/clist.h | Circular doubly linked list | docs/clist.md |
Run all test programs with:
make testThe test executables live in tests/ and are built and run in sequence by the
Makefile.