Skip to content

Commit 1f600cb

Browse files
committed
Update 06优先队列和堆.md
1 parent 90a5df3 commit 1f600cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataStructureNotes/notes/06优先队列和堆.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
##
2121
### 二叉堆的性质
2222

23-
* 二叉堆是一棵完全二叉树
23+
* 二叉堆是一棵**完全二叉树**
2424
<div align="center"><img src="pics//heap//heap_1.png" width="600"/></div>
2525

2626
* 堆中的某个结点值总是不大于其父节点的值

0 commit comments

Comments
 (0)