Question: Which traversal method can be used to obtain a sorted order of elements in a Red-Black tree?
Options:
Correct Answer: In-order
Solution:
In-order traversal of a Red-Black tree will yield the elements in sorted order.