You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/docs/chapter_hashing/index.md

26 lines
723 B

1 year ago
---
comments: true
1 year ago
icon: material/table-search
1 year ago
---
1 year ago
# 第 6 章   哈希表
1 year ago
<div class="center-table" markdown>
1 year ago
![哈希表](../assets/covers/chapter_hashing.jpg){ class="cover-image" }
1 year ago
</div>
1 year ago
1 year ago
!!! abstract
12 months ago
在计算机世界中,哈希表如同一位聪慧的图书管理员。
1 year ago
12 months ago
他知道如何计算索书号,从而可以快速找到目标图书。
1 year ago
1 year ago
## 本章内容
- [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/)