Question: Which operation is guaranteed to be O(log n) in a Red-Black tree?
Options:
Correct Answer: All of the above
Solution:
All fundamental operations (insertion, deletion, and searching) in a Red-Black tree are guaranteed to be O(log n) due to the tree\'s balanced structure.