Question: In a Red-Black tree, what property ensures that no two red nodes are adjacent?
Options:
Correct Answer: Red property
Solution:
The Red property of Red-Black trees states that no two red nodes can be adjacent, ensuring that the tree remains balanced.