Question: How does the time complexity of searching in a Red-Black Tree compare to that in an AVL Tree?
Options:
Correct Answer: Both have the same time complexity
Solution:
Both Red-Black Trees and AVL Trees have a search time complexity of O(log n).