mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-16 21:50:59 +00:00
build
This commit is contained in:
@@ -3,17 +3,17 @@ comments: true
|
||||
icon: material/table-search
|
||||
---
|
||||
|
||||
# 第 6 章 散列表
|
||||
# 第 6 章 哈希表
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
在计算机世界中,散列表如同一位智能的图书管理员。
|
||||
在计算机世界中,哈希表如同一位智能的图书管理员。
|
||||
|
||||
他知道如何计算索书号,从而可以快速找到目标书籍。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user