A descending heap is also called
A descending heap is also called max heap.
A Max heap is a complete binary tree 'H' with n elements, if each node 'N' of H is greater than equal to the children of 'N' is known as Max Heap. It is also known as Descending Heap.