Question: Which of the following operations is not performed in a Red-Black tree?
Options:
Correct Answer: Traversal
Solution:
Traversal is not a specific operation unique to Red-Black trees; it is a general operation applicable to all tree structures.