Given a heap aHeap, returns a boolean telling if the heap is empty (i.e contains no element and is in fact equal to empty)
aHeap
the heap to consider
if the heap is empty or not
Given a heap
aHeap
, returns a boolean telling if the heap is empty (i.e contains no element and is in fact equal to empty)