Question: What is the time complexity of the \'Union\' operation in an optimized Disjoint Set Union with path compression and union by rank?
Options:
Correct Answer: O(α(n))
Solution:
The time complexity of the \'Union\' operation in an optimized Disjoint Set Union with path compression and union by rank is O(α(n)), where α is the inverse Ackermann function.