previous | index | next

Maximum and Minimum Height

Q: If a binary tree has n nodes, what is the maximum height it can be?

A: n-1

Q: If a binary tree has n nodes, what is the minimum height it can be?

A:


previous | index | next