Skip to content

AVL tree graphical user interface developed for the data structures course final project.

Notifications You must be signed in to change notification settings

RichieSjt/AVL-Tree-GUI

Repository files navigation

AVL-Tree-GUI

AVL tree graphical user interface developed for the final project of the data structures course.

Functionality

A program capable of inserting and deleting nodes into a self-balancing binary tree.

To run the program simply download the .jar file and execute it. Here you will be able to insert nodes into the tree which is updated automatically everytime a new node is inserted. You can also delete a node by entering its value, the tree will remove it and balance itself again.

Built with

Java Badge JavaFX Badge

About

AVL tree graphical user interface developed for the data structures course final project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages