Repository for Assignment 2
This repository is to be used for programming assignment #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 assignment 2 (discussed in the provided PDF), you are to complete the methods replaceValue, findMin, nodesGT, and average.