You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In binary Search Tree,all the left subtree elements should be less than root data and all the right subtree elements should be greater than root data.This is called binary search tree property..
This property should be satisfied at every node in the tree.