Validate If a Tree is Binary Search Tree ( BST )

In This post we are going to find out that how we can write a algorithm to find if a Binary tree is Binary Search Tree or not. This is a very common data structure based interview question. I have tried to keep things simple while explaining the solution. 

Here is the video of solution


Thank You for watching this video. Please subscribe and share our channel. Please let us know, what other type of videos you want us to make.

Comments

Popular posts from this blog

Hive UDF Example

Custom UDF in Apache Spark

Hadoop series : Pseudo Distributed Mode Hadoop Instalation