--- comments: true icon: material/table-search --- # Chapter 6.   Hashing ![Hashing](../assets/covers/chapter_hashing.jpg){ class="cover-image" } !!! abstract In the world of computing, a hash table is like a clever librarian. It knows how to compute call numbers, allowing it to quickly locate the desired book. ## Chapter contents - [6.1   Hash Table](hash_map.md) - [6.2   Hash Collision](hash_collision.md) - [6.3   Hash Algorithm](hash_algorithm.md) - [6.4   Summary](summary.md)