This document discusses hashing and its applications. It begins by describing dictionary operations like search, insert, delete, minimum, maximum, and their implementations using different data structures. It then focuses on hash tables, explaining how they work using hash functions to map keys to array indices. The document discusses collisions, good and bad hash functions, and performance of hash table operations. It also describes how hashing can be used for substring pattern matching and other applications like document fingerprinting.