Question: Which of the following operations is not allowed in a Red-Black tree?
Options:
Correct Answer: Creating a node with two red children
Solution:
In a Red-Black tree, a node cannot have two red children, as it violates the properties of the tree.