Multiple Choice
The search function searches the binary search tree for a given item.If the item is found in the binary search tree,it returns ____.
A) true
B) false
C) a reference to the node where the item was found
D) 1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: After deleting the desired item from a
Q4: In a binary tree, the branches go
Q14: Each link in a binary tree node
Q15: Every node in a binary tree has
Q16: In a(n) _ traversal, the binary tree
Q18: To delete an item from the binary
Q21: The _ of a path in a
Q26: When traversing a binary tree with the
Q27: In a binary search tree, the data
Q37: In C++, a function name without any