Skip to content

Simple and minimalistic hash table written on C

Notifications You must be signed in to change notification settings

Waulfree/hashtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

hashtable

Minimal hash table implementation designed by Maxim Kasperski.

Features:
    - Open adressing
    - Linear probing combined with Robin Hood hashing;
    - Excludes unnecessary referencing, no border checks.

This code has no copyrights.
So, you're free to use it any way you want
(steal, burn, sell or patent (nobody cares)).

About

Simple and minimalistic hash table written on C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages