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/zh-Hant/docs/chapter_hashing/index.md

22 lines
517 B

8 months ago
---
comments: true
icon: material/table-search
---
# 第 6 章   雜湊表
![雜湊表](../assets/covers/chapter_hashing.jpg){ class="cover-image" }
!!! abstract
在計算機世界中,雜湊表如同一位聰慧的圖書管理員。
他知道如何計算索書號,從而可以快速找到目標圖書。
7 months ago
## 本章內容
8 months ago
7 months ago
- [6.1   雜湊表](hash_map.md)
- [6.2   雜湊衝突](hash_collision.md)
- [6.3   雜湊演算法](hash_algorithm.md)
- [6.4   小結](summary.md)