mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-27 20:11:01 +08:00
deploy
This commit is contained in:
@@ -3316,6 +3316,11 @@
|
||||
<div class="center-table">
|
||||
<p><img alt="散列表" src="../assets/covers/chapter_hashing.jpg" width="600" /></p>
|
||||
</div>
|
||||
<div class="admonition abstract">
|
||||
<p class="admonition-title">Abstract</p>
|
||||
<p>在计算机世界中,散列表如同一位智能的图书管理员。</p>
|
||||
<p>他知道如何有序地组织数据,从而可以通过索书号快速找到目标书籍。</p>
|
||||
</div>
|
||||
<h2 id="_1">本章内容<a class="headerlink" href="#_1" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://www.hello-algo.com/chapter_hashing/hash_map/">6.1 哈希表</a></li>
|
||||
|
||||
Reference in New Issue
Block a user