Is there something like a standard implementation of a list in C? I am not finding anything in the standard libraries.
Do you have a recommendation of a c library that implements standard data types like list, map etc.? I am searching for a slim one-file solution.
Many unix systems have a few different implementations in sys/queue.h
The GLib library contains plenty of data structures including linked lists and, for maps, hash tables and balanced binary trees. I'm unsure whether you will consider it “slim”, though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With