A complete binary tree in which the value at each node is at least as large as…

2008

A complete binary tree in which the value at each node is at least as large as the values of its children is known as a:

Answer: D. HeapCorrect answer: Heap A heap is a complete binary tree that satisfies a heap-order property. Here, each node is at least as large as its children, so the…

  1. A.

    Binary search tree

  2. B.

    AVL tree

  3. C.

    Completely balanced tree

  4. D.

    Heap

Attempted by 662 students.

Show answer & explanation

Correct answer: D

Correct answer: Heap

A heap is a complete binary tree that satisfies a heap-order property.

Here, each node is at least as large as its children, so the structure is specifically a max-heap. The option given is the general term Heap.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Iocl Engineers Officers Grade A Paper 2

Loading lesson…