Examveda

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.

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


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)