This commit is contained in:
krahets
2023-06-16 21:22:53 +08:00
parent 089d6219a1
commit 2bec06c80c
83 changed files with 5053 additions and 1185 deletions

View File

@ -15,7 +15,7 @@
<link rel="canonical" href="https://www.hello-algo.com/chapter_hashing/summary/">
<link rel="prev" href="../hash_collision/">
<link rel="prev" href="../hash_algorithm/">
<link rel="next" href="../../chapter_tree/">
@ -25,7 +25,7 @@
<title>6.3.   小结 - Hello 算法</title>
<title>6.4.   小结 - Hello 算法</title>
@ -79,7 +79,7 @@
<div data-md-component="skip">
<a href="#63" class="md-skip">
<a href="#64" class="md-skip">
跳转至
</a>
@ -113,7 +113,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
6.3. &nbsp; 小结
6.4. &nbsp; 小结
</span>
</div>
@ -951,6 +951,8 @@
@ -980,7 +982,7 @@
<li class="md-nav__item">
<a href="../hash_map/" class="md-nav__link">
6.1. &nbsp; 哈希表
6.1. &nbsp; 哈希表New
</a>
</li>
@ -1005,6 +1007,20 @@
<li class="md-nav__item">
<a href="../hash_algorithm/" class="md-nav__link">
6.3. &nbsp; 哈希算法New
</a>
</li>
@ -1017,7 +1033,7 @@
<a href="./" class="md-nav__link md-nav__link--active">
6.3. &nbsp; 小结
6.4. &nbsp; 小结
</a>
</li>
@ -2024,7 +2040,7 @@
<h1 id="63">6.3. &nbsp; 小结<a class="headerlink" href="#63" title="Permanent link">&para;</a></h1>
<h1 id="64">6.4. &nbsp; 小结<a class="headerlink" href="#64" title="Permanent link">&para;</a></h1>
<ul>
<li>哈希表能够在 <span class="arithmatex">\(O(1)\)</span> 时间内将键 key 映射到值 value效率非常高。</li>
<li>常见的哈希表操作包括查询、添加与删除键值对、遍历键值对等。</li>
@ -2113,7 +2129,7 @@
<nav class="md-footer__inner md-grid" aria-label="页脚" >
<a href="../hash_collision/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 6.2. &amp;nbsp; 哈希冲突New" rel="prev">
<a href="../hash_algorithm/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 6.3. &amp;nbsp; 哈希算法New" rel="prev">
<div class="md-footer__button md-icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
</div>
@ -2122,7 +2138,7 @@
上一页
</span>
<div class="md-ellipsis">
6.2. &nbsp; 哈希冲突New
6.3. &nbsp; 哈希算法New
</div>
</div>
</a>