Files
hello-algo/en/docs/chapter_hashing/index.md
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

22 lines
529 B
Markdown

---
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.
They know how to calculate call numbers, enabling them to quickly locate the target 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)