Disjoint Set Union

Home > Computer Science > Software Engineering > Data structures > Disjoint Set Union

A data structure that maintains a collection of disjoint sets and supports operations like union and find.