Computer Science, asked by saurockzz6508, 1 year ago

How to compute the height of a complete binary tree?

Answers

Answered by jeysurya112
0
The height of a binary tree is the largest number of edges in a path from the root node to a leaf node.
Then the height is -1 where the tree has no nodes
Similar questions