Q. Which of the following is false about a binary search tree? (Solved)
1. The left child is always lesser than its parent
2. The right child is always greater than its parent
3. The left and right sub-trees should also be binary search trees
4. In order sequence gives decreasing order of elements
- d. In order sequence gives decreasing order of elements