Files
hello-algo/en/docs/chapter_hashing/index.md
T
krahets b888a6234b build
2026-04-04 23:10:55 +08:00

22 lines
525 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.
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)