hello-algo/chapter_hashing/index.md
2023-08-03 04:37:52 +08:00

26 lines
729 B
Markdown

---
comments: true
icon: material/table-search
---
# 6.   散列表
<div class="center-table" markdown>
![散列表](../assets/covers/chapter_hashing.jpg){ width="600" }
</div>
!!! abstract
在计算机世界中,散列表如同一位智能的图书管理员。
他知道如何有序地组织数据,从而可以通过索书号快速找到目标书籍。
## 本章内容
- [6.1 &nbsp; 哈希表](https://www.hello-algo.com/chapter_hashing/hash_map/)
- [6.2 &nbsp; 哈希冲突](https://www.hello-algo.com/chapter_hashing/hash_collision/)
- [6.3 &nbsp; 哈希算法](https://www.hello-algo.com/chapter_hashing/hash_algorithm/)
- [6.4 &nbsp; 小结](https://www.hello-algo.com/chapter_hashing/summary/)