Solved

A Program Keeps Track of a Binary Tree Using a Pointer

Question 36

Multiple Choice

A program keeps track of a binary tree using a pointer to


A) its root node.
B) the node in the tree holding the smallest value.
C) one of its leaves.
D) the node in the tree holding the biggest value.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions