Humble hobby generic header-only library in C language:
- vector
- hash table
- binary heap (priority queue)
- string
Feel free to incorporate it to your project and use it anywhere thanks to the BSD licence.
This library is also tested by Valgrind and should be leak free.
Please feel free to report a bug if you find any.
For detailed understanding of this library see the tests, the examples and also the source code.