Question: Which of the following properties is true for a Red-Black Tree?
Options:
Correct Answer: Every node is either red or black
Solution:
In a Red-Black Tree, every node is either red or black, and there are specific properties that maintain balance.