Checking if a binary tree is a binary search tree or not!

CodeWithHarry
Youtube
Related Topic
:- Data Structures

Check if a tree is bst or not: This video explains a way to check if a given binary tree is a binary search tree or not. I have explained the concept of a BST first along with the cases when you can call a binary tree as a Binary search tree!

Comments