Skip to content

sai-sy/my-own-hash-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Making My Own Hash Table

Every once in a while I'll come across some concept in some class or lesson that scratches just the right itch in my brain. The logic is so simple yet ingenious, a puzzle I didn't even know existed a day ago solved so elegantly. That was the hash table after my data structures class. I understood a python dictionary or set was faster then a list, I get that they were hash tables extended. I didn't know how. Now let's try and build it in C.

  • Sai Syed

Tutorial

About

Implementing a Hash Table in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages