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



Created: 1 year ago | Updated: 5 months ago | Created By:
Jannatul Ferdush
Jannatul Ferdush
The left child is always lesser than its parent
The right child is always greater than its parent
The left and right sub-should also be binary search trees
Either the left of the right sub- tree should be be binary search tree but not both.

No comments yet.