Multiple Choice
In a binary tree,
A) there must be at most one node with no predecessor
B) there may be at most two nodes with no predecessor
C) there may be any number of nodes with no predecessor
D) there must be exactly one node with no predecessor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: A node in a binary tree that
Q36: A binary tree traversal method that visits
Q37: To find the minimum node in a
Q38: A ternary tree is like a binary
Q39: Let X be a node in a
Q40: Traversing a binary search tree in inorder<br>A)
Q41: Assuming a Node class<br>class Node<br>{<br>int element;<br>Node left,right;<br>Node(int
Q43: Adding all items from a list to
Q44: The order condition that characterizes a heap
Q45: A priority queue is<br>A) a binary search