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