Question: So, I am currently working on Chapter 22 Programming Challenge 1. It asks me to add a remove method to the AVLTree class that was
So, I am currently working on Chapter 22 Programming Challenge 1. It asks me to add a remove method to the AVLTree class that was discussed in the chapter of the textbook, Starting out with Java (3rd edition). Then use a graphical user interface to allow the user to add and remove items of their own desire. The GUI is already part of the AVL Tree class in the book, all i need is to add a remove method in the AVLTree class. But, I was wondering if I could use the remove method from the Binary Search Tree?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
