Question: What is the initial state of each element in a Disjoint Set Union when it is first created?
Options:
Correct Answer: Each element is its own set
Solution:
When first created, each element in a Disjoint Set Union is its own set, meaning they are all disjoint.