Question: What is the time complexity of inserting an element into a Red-Black tree?
Options:
Correct Answer: O(log n)
Solution:
The time complexity of inserting an element into a Red-Black tree is O(log n) due to its balanced nature.