Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 150 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 150 Bytes

HashT

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

Building

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