Question: In a Red-Black tree, what is the maximum number of black nodes on any path from the root to a leaf?
Options:
Correct Answer: It can vary.
Solution:
In a Red-Black tree, the number of black nodes can vary, but every path from the root to the leaves must have the same number of black nodes.