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
Q33: A binary tree has a special node
Q34: After inserting an item in a binary
Q35: A binary tree is also a(n) _.<br>A)
Q36: The _ of a binary tree is
Q37: In C++, a function name without any
Q38: Assume the key of the left child
Q39: When traversing a binary tree, the pointer
Q40: A node in a binary tree is
Q42: A binary tree is empty if root
Q43: Three lines at the end of an