mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-14 22:26:38 +08:00
build
This commit is contained in:
25
docs/chapter_hashing/index.md
Normal file
25
docs/chapter_hashing/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/table-search
|
||||
---
|
||||
|
||||
# 第 6 章 哈希表
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
在计算机世界中,哈希表如同一位智能的图书管理员。
|
||||
|
||||
他知道如何计算索书号,从而可以快速找到目标书籍。
|
||||
|
||||
## 本章内容
|
||||
|
||||
- [6.1 哈希表](https://www.hello-algo.com/chapter_hashing/hash_map/)
|
||||
- [6.2 哈希冲突](https://www.hello-algo.com/chapter_hashing/hash_collision/)
|
||||
- [6.3 哈希算法](https://www.hello-algo.com/chapter_hashing/hash_algorithm/)
|
||||
- [6.4 小结](https://www.hello-algo.com/chapter_hashing/summary/)
|
||||
Reference in New Issue
Block a user