Data Structures

Which statement correctly explains Binary search tree?

Correct answer

A. A binary tree in which each node's left subtree contains smaller values and right subtree contains larger values.

Explanation

Binary search tree refers to a binary tree in which each node's left subtree contains smaller values and right subtree contains larger values.