mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-29 11:56:28 +08:00
21 lines
697 B
Markdown
21 lines
697 B
Markdown
---
|
|
comments: true
|
|
icon: material/table-search
|
|
---
|
|
|
|
# 第 6 章 雜湊表
|
|
|
|
![雜湊表](../assets/covers/chapter_hashing.jpg){ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
在計算機世界中,雜湊表如同一位聰慧的圖書管理員。
|
|
|
|
他知道如何計算索書號,從而可以快速找到目標圖書。
|
|
|
|
## Chapter Contents
|
|
|
|
- [6.1 雜湊表](https://www.hello-algo.com/en/chapter_hashing/hash_map/)
|
|
- [6.2 雜湊衝突](https://www.hello-algo.com/en/chapter_hashing/hash_collision/)
|
|
- [6.3 雜湊演算法](https://www.hello-algo.com/en/chapter_hashing/hash_algorithm/)
|
|
- [6.4 小結](https://www.hello-algo.com/en/chapter_hashing/summary/)
|