marcinbunsch / hashtable.c

Simplistic C Hashtable implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Hashtable

A super simple hash table implementation with strings for keys and void pointers for values.

It's simplistic and unusable for any other reason than learning.

About

Simplistic C Hashtable implementation


Languages

Language:C 98.3%Language:Makefile 1.7%