Question: Which of the following is NOT a characteristic of the Disjoint Set Union data structure?
Options:
Correct Answer: Maintains a sorted order of elements
Solution:
Maintaining a sorted order of elements is NOT a characteristic of the Disjoint Set Union data structure; it focuses on managing disjoint sets.