Multiple Choice
In an array implementation of a binary tree, the root of the tree is in position 0, and for each node n, n's left child is in position ________ and n's right child is in position ________.
A) 2n + 1
B) 2n + 2
C) 2(n + 1)
D) A and B
E) A and C
F) B and C
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The _ method adds a given Comparable
Q7: Typically, in heap implementations, we keep track
Q8: Because of the requirement that we be
Q9: A minheap is a complete binary tree
Q10: A minheap is a complete _ tree
Q12: Though not a queue at all, a
Q13: To maintain the completeness of the tree,
Q14: Since a heap is a binary search
Q15: What is the difference between a heap
Q16: The heapSort method consists of adding each