Question: What is the \'union by rank\' optimization in Disjoint Set Union?
Options:
Correct Answer: Always attaching the smaller tree under the larger tree
Solution:
\'Union by rank\' optimization involves always attaching the smaller tree under the larger tree to keep the overall tree height minimized.