Question: What is the color property of a Red-Black tree?
Options:
Correct Answer: Every node is either red or black.
Solution:
In a Red-Black tree, each node is colored either red or black, which helps maintain balance during insertions and deletions.