Question: Which of the following is true about the height of a binary tree?
Options:
Correct Answer: Height is the number of edges in the longest path from root to leaf
Solution:
The height of a binary tree is defined as the number of edges in the longest path from the root to a leaf node.