Skip to content

SamSyntax/hashtable-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Table

It's a really simple implemenation of hash table in C inspired by who? Mr. Tsoding. Here is his video: Hash Table

To test it out you can just clone the repo, download all Shakespeare poems, build and run the program.

git clone https://github.com/SamSyntax/hashtable-c
wget https://ocw.mit.edu/ans7870/6/6.006/s08/lecturenotes/files/t8.shakespeare.txt
chmod +x ./build.sh && ./build.sh

About

It's a really simple implemenation of a hash table in C inspired by who? Mr. Tsoding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published