Skip to content

iamareebjamal/RedBlackTree-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Red Black Tree GUI

![alt text][logo] [logo]: https://github.com/iamareebjamal/RedBlackTree-GUI/raw/master/media/ic_launcher.png "Logo"

This project contains java GUI implementation of Red Black Tree.

###GUI The GUI is made using swing and uses custom image buttons and text field for user input.

alt text Add : Insert an element in the Tree

alt text Delete : Remove an element from the Tree

alt text Clear : Clear the entire tree, i.e, remove all elements

alt text Search : Search an element in the tree. Draws a beautiful halo around the found node

###Screenshot ![alt text][ss] [ss]: https://github.com/iamareebjamal/RedBlackTree-GUI/raw/master/media/screen.png "ss" In the screenshot above, the element 6 is serached and hence, encircled