Skip to content

Java implementation of Red-Black Tree self-balancing binary search tree based on Cormen algorithm.

Notifications You must be signed in to change notification settings

mfigueredo/RBTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBTree

Java implementation of Red-Black Tree self-balancing binary search tree based on Cormen algorithm.

Prerequisites

To run this project you should use JDK 1.8 or over.

Running Tests

First, compile the Main java class running the following command:

$ javac Main.java

To generate a Red-Black Tree using a dictonary, just pass your dictonary as execution parameter.

$ java Main dicionario.txt

Authors

About

Java implementation of Red-Black Tree self-balancing binary search tree based on Cormen algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages