The directory redblacktree.tar contains three .java files with code to implement Red-Black Trees. You are to implement the insert, delete and search functions as outlined in lecture. You should not need to touch other parts of the code, although you will need to understand it. The code provides various functions for testing that your implementation is correct. In particular, the file RedBlackTreeTest.java is an example of a Java program that makes use of the class RedBlackTree.
Tips:
Submission Instructions: Please submit all files needed to compile your code by 6pm on Tuesday, June 29. You can submit from within your CDF account by using submit -c csc263h -a prog2 {filenames}. You can get more information about submit in the man page.