Question: In a binary tree, what does the term \'height\' refer to?
Options:
Correct Answer: Maximum depth of a node
Solution:
The height of a binary tree is defined as the maximum depth of any node, which is the longest path from the root to a leaf.