Skip to content

baonguyen96/RedBlackTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedBlackTree

My own implementation of RedBlackTree data structure, without the functionality to remove nodes from the tree (to be added later).

Prerequisite

Download and install Java

Execution

From commandline, navigate to the src folder

Compile Main.java and RedBlackTree.java by typing javac *.java

Run Main.java by typing java Main

Then just follow the prompt to run. Red nodes are preceeded with the aterisk (*)

About

Implementation of RedBlackTree data structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages