Question: What is the result of performing a union operation on two sets A and B in a Disjoint Set Union?
Options:
Correct Answer: A and B are merged into one set
Solution:
Performing a union operation on two sets A and B merges them into one set, effectively combining their elements.