Vidyalelo
Data Structure · Q215

Binary Search Trees(B Tree)

Programming · Data Structure · question 215

Q215

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-trees should also be binary search trees
D.
In order sequence gives decreasing order of elements
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board