Data Structures: Hash Table implementation in C

2 years ago
73

Hash Tables are one of the most widely used data structures in computing. Knowing how they work and why they are efficient is important even if you never directly interact with them. Some languages have them built in and others you must do it yourself. In this video, we're doing it ourselves.

Hope you enjoyed the video!

Check out this code here:
https://github.com/engineer-man/youtube/tree/master/077

Join my Discord server and come say hi:
https://discord.gg/engineerman

Check out some code on my GitHub:
https://github.com/realtux
https://github.com/engineer-man/youtube

Send me a Gab:
https://gab.com/engineerman

Other Social:
https://reddit.com/r/engineerman
https://twitter.com/_EngineerMan
https://www.facebook.com/engineermanyt

Loading comments...