Abhinaw TripathiJun 2, 20161 min readHow to check if a Binary Tree is BST or not?What is Binary Search Tree(BST)? A binary search tree (BST) is a node based binary tree data structure. Must have these Properties: ...