We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a5df3 commit 1f600cbCopy full SHA for 1f600cb
DataStructureNotes/notes/06优先队列和堆.md
@@ -20,7 +20,7 @@
20
## 堆
21
### 二叉堆的性质
22
23
-* 二叉堆是一棵完全二叉树
+* 二叉堆是一棵**完全二叉树**
24
<div align="center"><img src="pics//heap//heap_1.png" width="600"/></div>
25
26
* 堆中的某个结点值总是不大于其父节点的值
0 commit comments