KyleForks / ht

Simple hash table implemented in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple hash table written in C. To go with my article How to implement a hash table (in C).

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

About

Simple hash table implemented in C

License:MIT License


Languages

Language:C 100.0%