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.
|
|
|
# 哈希表
|
|
|
|
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
|
|
|
|
![哈希表](../assets/covers/chapter_hashing.jpg){ width="600" }
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
!!! abstract
|
|
|
|
|
|
|
|
在计算机世界中,哈希表如同一位智能的图书管理员。
|
|
|
|
|
|
|
|
他知道如何计算索书号,从而可以快速找到目标书籍。
|