Implement the following method to create the 2nd testing example in the client program In "Driver BT.java" o public static void createTree2 Binary Tree tree) Note: this method hardcodes the following tree structure with given value to each node. (Hint: please study the createTreel() method of the client program to see how a tree is created) E F н 1. Complete source codes for Tasks 1-4, which are "BinaryNode.java", "BinaryTree.java", "Binary TreeInterface.java", "DriverBT.java", "EmptyTree Exception.java", and "Tree Interface.java". 2. Unit testing with some framework. Submit your testcases in an Excel file

Q&A Education