Which of the following is false about a binary search tree?

A The left child is always lesser than its parent
B The right child is always greater than its parent
C The left and right sub-should also be binary search trees
D Either the left of the right sub- tree should be be binary search tree but not both.

Correct Answer: Either the left of the right sub- tree should be be binary search tree but not both.

Bissoy MCQ

Related Questions

The complexity of Binary search algorithm is ---
The complexity of Binary search algorithm is ___
The time complexity of binary search is :
The complex of Binary search alogrithm is___
A binary adder is a logic circuit that can add _____ binary numbers at a time.

Next steps