Question: In the context of Disjoint Set Union, what does the \'Union by Rank\' technique do?
Options:
Correct Answer: It merges two sets based on their depth
Solution:
The \'Union by Rank\' technique merges two sets based on their depth, ensuring that the smaller tree is always added under the root of the larger tree to keep the overall tree shallow.