ds.h
About
Header only library for data structures in C.
Implemented Data Structures:
- priority queue (heapq)
- dynamic array
- linked list
- string builder
- string slice
- hash table (not complete)
For your projects you just need to copy paste the ds.h
file into your
src
and use this in the code
#define DS_IMPLEMENTATION
#include "ds.h"
Quickstart
Check the examples
make
./build/example_name