If a given input tree follows Binary search tree property or not
suggest changeFor example
if the input is:

Output should be false:
As 4 in the left sub-tree is greater than the root value(3)
If the input is:

Output should be true
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents