Ma'am as you said in previous video that the left sub tree, the right value is greater then the root of left sub tree it is not a binary search tree
@punitmishra33654 жыл бұрын
In part 1 of BST u said that subtree's right and left don't matter. Which is correct?
@Codebotics3 жыл бұрын
you explained the ist example in wrong way.There the left subtree is satisfying the condition but the right subtree of the right side is less than root ,which should be greater as per the rule...that why it is not a binary search tree