Binary Search Tree (BST)

An Efficient Way to Sort and Store Data.

Properties of a BST

BST Operations

  1. Insertion: Inserts data into the respective tree
  2. Deletion: Deletes a data node from a respective tree
  3. Search: Finds a specific data node in the tree

Visual Representation

Binary Search Tree Diagram