reading-notes

Hash Tables

Notes

Lesson

Hashes are the key piece of a hash map/table data structure that allow it to store and access key/value pairs efficiently. In order for the hashing algorithm to work and be efficient it must always produce the same hash when given the same key.

diagram of the flow of a hashing algorithm

Things I want to know more about

References