The libraries are located in the src
dir.
Copy the header
file in src/include
and the matching c
file if it exists.
To build the examples run one of the build scripts.
The built examples wil be in the out
dir.
I used some other projects as references:
- vector: another vector implementation
- hash table: another hash table implementation
- hash table: openjdk's hash table
- hash functions: openjdk's string hash function