Skip to content
Related Articles
Open in App
Not now

Related Articles

ISRO | ISRO CS 2008 | Question 73

Improve Article
Save Article
  • Last Updated : 13 Jun, 2018
Improve Article
Save Article

A complete binary tree with the property that the value at each node is as least as large as the values at its children is known as
(A) binary search tree
(B) AVL tree
(C) completely balanced tree
(D) Heap


Answer: (D)

Explanation: In a Max. Binary Heap, the key value at each node is as least as large as the values at its children. Similarly in Min Binary Heap, the key at root must be minimum among all keys present in Binary Heap.

So, correct option is (D).

Quiz of this Question

My Personal Notes arrow_drop_up
Related Articles

Start Your Coding Journey Now!