Question: What is the time complexity for deleting an element from a Red-Black tree?
Options:
Correct Answer: O(log n)
Solution:
The time complexity for deleting an element from a Red-Black tree is O(log n) due to its balanced structure.