Question: What is the result of performing a \'Union\' operation on two sets in Disjoint Set Union?
Options:
Correct Answer: It creates a new set containing elements from both sets
Solution:
The \'Union\' operation creates a new set containing elements from both sets, effectively merging them into a single set.