This commit is contained in:
krahets
2023-08-21 03:56:41 +08:00
parent 4d55cafd13
commit 02ac0aa9fe
22 changed files with 87 additions and 83 deletions
+3 -3
View File
@@ -3,17 +3,17 @@ comments: true
icon: material/table-search
---
# 第 6 章   散列
# 第 6 章   哈希
<div class="center-table" markdown>
![散列](../assets/covers/chapter_hashing.jpg){ width="600" }
![哈希](../assets/covers/chapter_hashing.jpg){ width="600" }
</div>
!!! abstract
在计算机世界中,散列表如同一位智能的图书管理员。
在计算机世界中,哈希表如同一位智能的图书管理员。
他知道如何计算索书号,从而可以快速找到目标书籍。