This repository contains an implementation of a Binary Search Tree (BST) in Python.
- Insertion of elements
- Searching for elements
- Deletion of elements
- Tree traversal (in-order, pre-order, post-order)
- Clone the repository:
git clone https://github.com/your-repo-url/binary_search_tree.git