/HashT

Generic hash table for the C language

Primary LanguageCOtherNOASSERTION

HashT

This is a generic hash table implementation for the C language.

Building

mkdir -p build && cd build
cmake ..
make