Hash Tables
Hash tables are a corner stone of data structures for most problems, they are useful when there are unique keys with given values
Runtime analysis
Take note…
Techniques
Anagram hashing
Fingerprint hash tables/arrays over hash tables
Duplicate checking using bitmasks
Multiplicative hashing
Pairing with another data structure
Types of hashing
Last updated