Question: In a Disjoint Set Union, what is the role of the \'rank\' of a set?
Options:
Correct Answer: To optimize the union operation
Solution:
The \'rank\' of a set is used to optimize the union operation by ensuring that the smaller tree is always added under the root of the larger tree.