Multiple Choice
When we map a min-heap with n elements to an array with n + 1 elements, the right child of the root is stored at which array index?
A) 2
B) 1
C) 3
D) 4
Correct Answer:

Verified
Correct Answer:
Verified
Q72: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q73: A balanced binary tree with 260 nodes
Q74: If both of the child references of
Q75: Consider the following tree diagrams: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q76: Adding an element to an unbalanced binary
Q78: Consider the following tree diagram: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q79: Removing an element from an unbalanced binary
Q80: Consider the following binary search tree diagram:
Q81: If the postorder traversal of an expression
Q82: Which of the following is NOT an