Hash Table in C This repository contains a C implementation of a well known and very useful key-value data structure, a hash table. Reference This repo is based on the tutorial written by James Routley ("Write a hash table in C") https://github.com/jamesroutley/write-a-hash-table