Question

Which property defines a Binary Search Tree (BS

  • T ?
A Each node has at most two children.
B The value of each node is greater than or equal to the values of its children.
C The left subtree of a node contains only values less than the node's value, and the right subtree contains only values greater than the node's value.
D All leaf nodes are at the same level.
E The tree is always a complete binary tree.
Practice Next

Hey! Ask a query