Repository for Assignment 2
This repository is to be used for programming assignemnt #2. The Main.java file is the main driver which performs the testing. You must pass all supplied tests that are currently contained in it to get full credit. The BinaryTree.java file is the source code for the binary tree object. As described in the Assignemnt 2 (discussed in the provided PDF), you are to complete the methods replaceValue, findMin, nodesGT, and average.