Multiple choice Which of the following statements is not correct about binary search tree? Values of in the left subtree are less than root. Values of in the right subtree are greater than or equal to the root. Each subtree is itself a binary search tree. They do not have a recursively defined data structure. The nodes at the lowest levels of the tree are known as leaves. Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is the wrong answer since they have a recursively defined data structure.