Monday, April 27, 2015

Data Structure and Algorithms - Binary Search Tree



BST - Insert
Here we discussed about, what is binary tree and what properties makes binary search tree. theory of binary search tree and the actual implementation.

BST - Delete
Here we discuss about what are cases we need to consider before deleting a node and how to make the binary tree properties intact after deleting the node.

Count Number of elements in the given binary tree, I will be explaining how to do this programatically and hands on coding as well.

              

In the below video I am going to explain you how to find the smallest and largest element in the given binary tree.



No comments: