Heap element with greatest key is always located in root - Data Structure
Q. In a heap the element with the greatest key is always located in which node?- Published on 25 Aug 15a. leaf
b. root
c. first node of left sub tree
d. first node of right sub tree
ANSWER: root