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

Commit afbdb89

Browse files
committed
Update heap documentation.
1 parent a3d0990 commit afbdb89

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)

AltStyle によって変換されたページ (->オリジナル) /