Answered You can hire a professional tutor to get the answer.
Doing a red black tree but i keep getting a null exception error in my addNode method.
Doing a red black tree but i keep getting a null exception error in my addNode method. Below is the code and junit tester
package project3;
public class RedBlackTree<Key extends Comparable<Key>> {