Binary Search Tree

A Binary Search Tree (BST) is a data structure used for storing data in a sorted manner.

Properties:

This structure allows for efficient searching, insertion, and deletion operations on data in tree.

BST example