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

Commitafbdb89

Browse files
committed
Update heap documentation.
1 parenta3d0990 commitafbdb89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#Heap (data-structure)
22

33
In computer science, a heap is a specialized tree-based
4-
data structure that satisfies the heap property.
4+
data structure that satisfies the heap property described
5+
below.
56

67
In a*min heap*, if`P` is a parent node of`C`, then the
78
key (the value) of`P` is less than or equal to the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp