Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdb83ec2

Browse files
lisqorztrekhleb
authored andcommitted
Update README.zh-CN.md (trekhleb#326)
1 parentd569102 commitdb83ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp