Which of the following is not a heap operation when working with a maxheap?
a) addElement
b) findMax
c) removeMax
d) removeElement
e) All of these are heap operations that can be used when working with a maxheap.
d) removeElement
Computer Science & Information Technology