Skip to content

A simple and clean Hashmap implemented in pure ANSI C

Notifications You must be signed in to change notification settings

bt-life/hashmap-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

hashmap-c

A simple and clean Hashmap implemented in pure ANSI C.

For test

git clone https://github.com/bt-life/hashmap-c
cd hashmap-c
gcc -D__UNIT_TEST__ hashmap.c
./a.out 10000

About

A simple and clean Hashmap implemented in pure ANSI C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages