Question: Create a binary search tree class called BinTree ( has additional non - BST functions ) . The NodeData object is stored once in the
Create a binary search tree class called BinTree has additional nonBST functions The NodeData object is stored
once in the tree. The tree class is not tied to any particular type of data beyond NodeData as containers dont know
about the data they hold. You must use a tree node which holds a NodeData for the data along with the left and right
pointers To test your tree class, NodeData holds one string. A data file consisting of many lines is used to build binary
trees. One line, which consists of many strings, are used to build one tree, terminated with the string
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
