Skip to content

kiasar/HashTable_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Table Dictionalry in C

This repository contains an efficient implementation of a hash table in C, using murmurHash, with a similar functionality to a Python dictionary. The hash table is specifically designed to store key-value pairs of strings and integers ({str:int}).

License

This project is released under the MIT License. See the LICENSE file for more information.

About

hashtable in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published