Question: What is the initial state of a Disjoint Set Union when n elements are added?
Options:
Correct Answer: All elements are in separate sets
Solution:
When n elements are added to a Disjoint Set Union, the initial state is that all elements are in separate sets.