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