Question: Which of the following is a characteristic of Red-Black Trees?
Options:
Correct Answer: Every node is either red or black
Solution:
In Red-Black Trees, every node is colored either red or black, and there are specific properties that maintain balance, including that no two red nodes can be adjacent.