Data Structures | Heap | Question 2
A max-heap is a heap where the value of each parent is greater than or equal to the values of its children. Which of the following is a max-heap? (GATE CS 2011)
(A) A
(B) B
(C) C
(D) D
Answer: (B)
Explanation: See https://www.geeksforgeeks.org/data-structures-and-algorithms-set-26/ for explanation.
Quiz of this Question
Please Login to comment...