Computer Science, asked by ujwal28005, 2 months ago

Maximum height of a binary tree with 9 vertices is-

Answers

Answered by pensoni77
1

Answer:

In a binary tree, a node can have maximum two children. If there are n nodes in binary tree, maximum height of the binary tree is n-1 and minimum height is floor(log2n)

Explanation:

Similar questions