Question: Which operation in the Disjoint Set Union is used to determine which set a particular element belongs to?
Options:
Correct Answer: Find
Solution:
The \'Find\' operation is used to determine which set a particular element belongs to in the Disjoint Set Union.