Add the figure of assembling blocks.

Update some texts.
This commit is contained in:
krahets
2023-05-31 01:04:40 +08:00
parent 8247a611d7
commit e35e2e31eb
5 changed files with 7 additions and 5 deletions

View File

@ -2,7 +2,7 @@
!!! tip
阅读本节前,请确保已完成堆章节的学习
阅读本节前,请确保已学完「堆」章节
「堆排序 Heap Sort」是一种基于堆数据结构实现的高效排序算法。我们可以利用已经学过的“建堆操作”和“元素出堆操作”实现堆排序