#include using namespace std; class MaxHeap{ public: int heapSize; int *heap=NULL; MaxHeap(int heapSize){ thi