Skip to content

Latest commit

 

History

History
 
 

RedBlackTree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
Red-black tree

how to use:

to complile and run use the JDK package.

To compile, in the command line from the RedBlackTree directory, run...
    javac RedBlackTree.java

Now that it's compliled run...
    java RedBlackTree []
with some integers in place of the []

it should print out those numbers from the tree in pre-order traversal