The Assignment
By now, you should have completed all of the linked-list and BST questions published by the department. This assignment is nothing more than a spot. Please do the following:
- Read a description of the balancedFactorOfNode() method
- Create thorough test input and expected output for this method
- Download the BST class
- Create a new class, ExtendedBST, which extends BST.
- Add a stub for the balancedFactorOfNode() method to BST
- Add a stub for the main() method to BST
- Implement a test driver within the main() method. You may hard-code your inputs or take inut from a file
- Implement a test driver
- Debug your solution
Deliverables
You should submit a single .zip file containing the following:
- Your ExtendedBST.java
- Your sample input, if files