StreakPeaked· Practice

ExamsGATETechnical

Which one of the following sequences when stored in an array at locations A[1],..., A[10] forms a max-heap?

  1. 23, 17, 10, 6, 13, 14, 1, 5, 7, 12
  2. 23, 17, 14, 7, 13, 10, 1, 5, 6, 12
  3. 23, 17, 14, 6, 13, 10, 1, 5, 7, 15
  4. 23, 14, 17, 1, 10, 13, 16, 12, 7, 5

Correct answer: 23, 17, 14, 7, 13, 10, 1, 5, 6, 12

Solution

This sequence satisfies the max-heap property where each parent node is greater than or equal to its child nodes, ensuring that the largest element is at the root and all levels of the heap maintain this order.

Related GATE Technical questions

⚔️ Practice GATE Technical free + battle 1v1 →