Question: Which of the following is a property of a Red-Black tree?
Options:
Correct Answer: Every path from root to leaf has the same number of black nodes
Solution:
In a Red-Black tree, every path from the root to the leaves must have the same number of black nodes, ensuring balanced height.