I want to know why my display() method is printing the base case even after inserting items onto my binary tree. I'm trying to compare last names of students. All I want is for my tree to display so I can confirm that the method is print
I want to know why my display() method is printing the base case even after inserting items onto my binary tree. I'm trying to compare last names of students. All I want is for my tree to display so I can confirm that the method is print