Question 10
A precondition of the reheapUp operation is that the root of the tree is empty.
True
False
Question 11
In our non-linked representation of a binary tree, the right child of the node at index N in the array would be held in index (N*2)+2 of the array.
True
False
Question 12
In the binary tree used to represent a heap, the value held in a parent node is always two times as large as the value held in the corresponding child node.
True
False