Question: What is the maximum height of a Red-Black tree with n nodes?
Options:
Correct Answer: 2 log(n)
Solution:
The maximum height of a Red-Black tree is 2 log(n), which ensures that the tree remains balanced.