Skip to content

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

+2-1
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)