Question: In a Red-Black Tree, what must be true about the path from the root to any leaf?
Options:
Correct Answer: All paths must have the same number of black nodes.
Solution:
In a Red-Black Tree, every path from the root to any leaf must have the same number of black nodes to maintain balance.