We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track

Earlier, we looked at hashtables and how we can use them to to store and retrieve values very efficiently. The core to making data structures like the hashtable actually work is the hash function. Now, we did talk about hash functions as part of our hashtable exploration, but we only scratched the surface of what they are. They are a very useful concept to fully understand on their own because we will encounter them all the time in cases like the following:
- Data storage and retrieval
- Password verification
- File integrity checking
- Digital signatures
- Data deduplication
- ...and more!
Itβs definitely a good idea for you and I to back up a bit and learn all about what hash functions are and how to write our own from scratch just to get a better understanding of the complexities involved.
Onwards!
continue reading on www.kirupa.com
β οΈ This post links to an external website. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.