.. title: Hash Table in C
.. slug: hash-table-in-c
.. date: 2018-08-21 19:59:50 UTC-07:00
.. tags: projects
.. category:
.. link:
.. description:
.. type: text

I tried this simple project to write a hash table in C - https://github.com/orsenthil/ht using this tutorial
(https://github.com/jamesroutley/write-a-hash-table) - The tutorial was really good, simple and helped appreciate how
a simple hash table can be implemented from ground-up.

