Question: Which of the following statements is true about Red-Black trees?
Options:
Correct Answer: They can have a height of up to 2*log(n+1)
Solution:
In Red-Black trees, the height can be up to 2*log(n+1), which allows for efficient operations while not being perfectly balanced.