Question: What is a common use case for Red-Black trees in computer science?
Options:
Correct Answer: Implementing associative arrays
Solution:
Red-Black trees are commonly used to implement associative arrays (or maps) due to their efficient insertion, deletion, and lookup operations.