Leaf Counter
Modify the binary search tree you created in the preceding programming challenges to add a member function
int leafCount()
that counts and returns the number of leaf nodes in the tree. Demonstrate that the function works correctly in 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.