Question: What is the average-case time complexity for searching in a Red-Black Tree?
Options:
Correct Answer: O(log n)
Solution:
The average-case time complexity for searching in a Red-Black Tree is O(log n) due to its balanced structure.