Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db83ec2

Browse files
lisqorztrekhleb
authored andcommittedMar 22, 2019
Update README.zh-CN.md (trekhleb#326)
1 parent d569102 commit db83ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/data-structures/heap/README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 堆 (数据结构)
22

3-
在计算机科学中, 一个 ** 堆(heap)** 是一种特殊的基于树的数据结构,它满足下面描述的堆属性。
3+
在计算机科学中, 一个 **堆(heap)** 是一种特殊的基于树的数据结构,它满足下面描述的堆属性。
44

55
在一个 *最小堆(min heap)* 中, 如果 `P``C` 的一个父级节点, 那么 `P` 的key(或value)应小于或等于 `C` 的对应值.
66

0 commit comments

Comments
 (0)
Please sign in to comment.