Question: In a Disjoint Set Union, what does the \'find\' operation return?
Options:
Correct Answer: The representative of the set
Solution:
The \'find\' operation in a Disjoint Set Union returns the representative (or leader) of the set containing the specified element.