Tree Size
Modify the binary search tree created in the previous programming challenge to add a member function
int size()
that returns the number of items (nodes) stored in the tree. Demonstrate the correctness of the new member 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.