Skip to content

Arvind-Maan/Red-BlackTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedBlackTree

A Red Black Tree written in Java and visually represented using a GUI.

GUI image

Above is an image of how the GUI looks with some nodes inserted. The purpose of this project was to better my understanding of the way RB Tree's handled insertion and when to do their certain cases. After programming the tree and getting my use out of it, I figured I would create a GUI for the tree and complete the project. Since I had not previously worked with Java GUI's I had a frustrating time, but eventually, after following the steps of people who created Binary Tree's, I adapted my own version.

About

A Red Black Tree written in Java and visually represented using a GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages