This commit is contained in:
krahets
2025-01-21 20:03:41 +08:00
parent 955dfbbbe7
commit 1b1e1e354a
20 changed files with 369 additions and 360 deletions
+1 -1
View File
@@ -3651,7 +3651,7 @@
<h1 id="117">11.7 &nbsp; 堆排序<a class="headerlink" href="#117" title="Permanent link">&para;</a></h1>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>阅读本节前,请确保已学完“堆章节。</p>
<p>阅读本节前,请确保已学完“堆章节。</p>
</div>
<p><u>堆排序(heap sort</u>是一种基于堆数据结构实现的高效排序算法。我们可以利用已经学过的“建堆操作”和“元素出堆操作”实现堆排序。</p>
<ol>