Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhoyt/ht

Simple hash table implemented in C
https://github.com/benhoyt/ht

Last synced: 5 days ago
JSON representation

Simple hash table implemented in C

Awesome Lists containing this project

README

        

Simple hash table written in C. To go with my article **[How to implement a hash table (in C)](https://benhoyt.com/writings/hash-table-in-c/)**.

This is a learning exercise, not a battle-tested data structure library -- you have been warned! :-)