Question: Which of the following is a valid property of Red-Black trees?
Options:
Correct Answer: No two red nodes can be adjacent
Solution:
In Red-Black trees, no two red nodes can be adjacent, which helps maintain balance and ensures that the tree does not become skewed.