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