Menu
×
×
Correct!
Exercise:In a Binary Tree data structure, like the one below: ![]() What is the relationship between node B and nodes E and F?
Node E is B's left child node,
and node F is B's right child node.
Node E is B's left child node,
and node F is B's right child node.
Not CorrectClick here to try again. Correct!Next ❯Node E is B'schild node, and node F is B's child node. |