Tree Height
Modify the binary search tree created in the preceding programming challenges by adding a member function that computes and returns the height of the tree.
int height()
The height of the tree is the number of levels it contains. For example, the tree shown in Figure 19-10 has three levels. Demonstrate the function with a suitable driver program.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.