Heap Representation in Arrays
The lesson elaborates how to Use Arrays for the Implementation of Heaps.
We'll cover the following...
Heaps can be implemented using Arrays. The contents of a heap with n nodes are stored in such a way that all the parent nodes occur in the first half ...