Question: In a Disjoint Set Union, what is the effect of union by rank?
Options:
Correct Answer: It keeps the tree flat by attaching smaller trees under larger trees
Solution:
Union by rank keeps the tree flat by attaching smaller trees under larger trees, optimizing the union operation.