Update heap documentation.

This commit is contained in:
Oleksii Trekhleb
2018-07-08 04:29:12 +03:00
parent a3d099003d
commit afbdb89101

View File

@ -1,7 +1,8 @@
# Heap (data-structure) # Heap (data-structure)
In computer science, a heap is a specialized tree-based In computer science, a heap is a specialized tree-based
data structure that satisfies the heap property. data structure that satisfies the heap property described
below.
In a *min heap*, if `P` is a parent node of `C`, then the In a *min heap*, if `P` is a parent node of `C`, then the
key (the value) of `P` is less than or equal to the key (the value) of `P` is less than or equal to the