8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d0990 commit afbdb89Copy full SHA for afbdb89
src/data-structures/heap/README.md
@@ -1,7 +1,8 @@
1
# Heap (data-structure)
2
3
In computer science, a heap is a specialized tree-based
4
-data structure that satisfies the heap property.
+data structure that satisfies the heap property described
5
+below.
6
7
In a *min heap*, if `P` is a parent node of `C`, then the
8
key (the value) of `P` is less than or equal to the
0 commit comments