Heap Definition/Meaning:
1. An area of storage used for the allocation of data structures where the
order
of releasing the allocated data structure is random. Compare stack.
2. A
complete binary tree in which the value at each node is at least as large as
the values at its children (if they exist).
|