Complete binary tree:-It is a binary tree having every level filled completely excluding the last level .
Max heap:-It is a binary tree which is complete or complete binary tree in which the root node is greater than or equal to it's children or we can say descendants.So according to the question the answer is MaxHeap.