Question: What is the primary use of Red-Black trees in computer science?
Options:
Correct Answer: Maintaining sorted data with fast insertions and deletions
Solution:
Red-Black trees are primarily used for maintaining sorted data with fast insertions and deletions, making them suitable for associative arrays.