Vidyalelo
Data Structure · Q9

Binary Search Trees(B Tree)

Programming · Data Structure · question 9

Q9

What is the primary characteristic of a node in a Binary Search Tree (BST)?

A.
It has a value greater than all values in its left subtree and less than all values in its right subtree.
Answer
B.
It is the root of the tree.
C.
It has at least one child.
D.
It is the only node in the tree.

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board