A __________ (with no duplicate elements) has the property that for every node in the tree the value of any node in its left subtree is less than the value of the node and the value of any node in its right subtree is greater than the value of the node.
A. binary search tree
B. list
C. linked list
D. binary tre
A.
Comments
Leave a comment