Homework 12

The purpose of this assignment is to understand the Data Structure of a Binary Search Tree and the Binary Search algorithm. For this assignment you will be given the BinarySearchTree class definition, main, and a random assortment of words. Main will read and input each word from a file and insert the word into the tree according to the BST's properties. Main is a menu based program that will prompt the user to insert, search, remove, and display the tree. Your task is to complete the definitions for the following recursive Binary Search Tree Operations:


pseudocode will be given in lecture.

Directory:
hw12 dir
Files:
main.cpp BinarySearchTree.h BinarySearchTree.cpp words.txt


Have your completed source code and all files associated with this assignment within your ~/2020_S19/wk12/ directory.