Examveda

How do you determine if a binary tree is a binary search tree?

A. By checking if each node's left children are smaller and right children are larger.

B. By ensuring the tree is balanced.

C. By verifying that all nodes have two children.

D. By checking the height of the tree.

Answer: Option A


This Question Belongs to Data Structure >> Trees In Data Structures

Join The Discussion

Related Questions on Trees in Data Structures