You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This program is a binary search tree that runs through a tree of integers and prints them in order, pre-order, and post-order.
It will also search the tree for specific integers and will print the integer if it is found, along with the number of elements in the tree and the tree height.
The script will test 3 different files (with different sets of integers), and will see if error messages display when the command line argument is wrong or if the the input file doesn't exist.