Question: What is the worst-case time complexity of the \'Union\' operation in Disjoint Set Union with union by rank?
Options:
Correct Answer: O(α(n))
Solution:
The worst-case time complexity of the \'Union\' operation in Disjoint Set Union with union by rank is O(α(n)).