in DS
1,321 views
3 votes
3 votes

A binary search tree is a binary tree in which

  1. All items in the left subtree are less than root
  2. All items in the right subtree are greater than or equal to root
  3. Each subtree is itself a binary search tree
  4. All of the above
in DS
1.3k views

1 Answer

3 votes
3 votes
Best answer
clearly D all are true no explanation is needed i think
selected by