Skip to content

erbloss/BinaryTree_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BinaryTree_Checker

A simple Java-based console application that allows users to build and modify a Binary Search Tree (BST) by inserting and deleting values.


Overview

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.


Features

  • 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

Screenshots

  • Refer to /images folder for screenshots of this program

Prerequisites

  • Java JDK 8 or higher
  • Terminal or command prompt to run the application

Getting Started

Cloning the Repo

git clone https://github.com/erbloss/BinaryTree_Checker.git
cd BinaryTree_Checker

About

GUI that allows user to enter values and construct a binary search tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published