Question: Which of the following statements about Red-Black trees is true?
Options:
Correct Answer: They can have a maximum of two consecutive red nodes.
Solution:
In Red-Black trees, a red node cannot have a red child, which means they can have a maximum of one consecutive red node.