MaxHeap
MaxHeap()
size()
isEmpty()
max()
insert()
removeMax()
Public Functions
Creates an empty heap.
Creates a new heap containing the elements of v in O(n)