Tagged Questions
1
vote
5answers
2k views
Calculate the depth of a binary search tree?
I am having difficulty calculating the summation of depths [the sum of the individual depths for all children of the root] for a given BST. I have the total number of nodes for the tree, and I am ...