Tree Width
Modify the binary search tree created in the preceding programming challenges by adding a member function that computes the width of the tree.
int width()
The width of a tree is the largest number of nodes at the same level. Demonstrate correctness 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.