A simple Java-based console application that allows users to build and modify a Binary Search Tree (BST) by inserting and deleting values.
This project is a console application for experimenting with Binary Search Tree operations. Users can:
- Insert values into a BST
- Delete specific values from the BST
- View the structure of the current tree after each operation
It’s a useful tool for visualizing and testing BST behavior.
- Insert integer values to build a BST
- Delete existing values from the tree
- Automatically updates the BST structure on each modification
- Displays the current tree after each operation in an indented format
- Refer to /images folder for screenshots of this program
- Java JDK 8 or higher
- Terminal or command prompt to run the application
git clone https://github.com/erbloss/BinaryTree_Checker.git
cd BinaryTree_Checker