Open In App

What is Binary Search Tree

A binary search tree (BST) is a binary tree in which the left subtree of a node contains only nodes with less value and the right subtree of a node contains only nodes with values greater than it.

Binary Search Tree

Characteristics of Binary Search Tree:

The properties of a binary search tree are as follows:



Applications of Binary Search Tree:

For more applications of BST refer to this article.

Advantages of Binary Search Tree:

For more advantages refer to this article.



Disadvantages of Binary Search Tree:

The disadvantages of binary search trees are as follows:

For more disadvantages, refer to this article.

What else can you read?

Article Tags :