Maximum height of a binary tree with 9 vertices is-
Answers
Answered by
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
Social Sciences,
1 month ago
Hindi,
1 month ago
Computer Science,
2 months ago
India Languages,
2 months ago
Math,
9 months ago