Question: Which traversal method is commonly used to retrieve data from a Red-Black tree in sorted order?
Options:
Correct Answer: In-order traversal
Solution:
In-order traversal of a Red-Black tree retrieves the data in sorted order due to its properties as a binary search tree.