Sets Union/Find Demonstration Program
-
A collection is a set of sets.
-
Each set is a set of nodes.
-
Sets are disjoint.
-
Two sets can be merged with a union operation.
-
The set to which a node belongs to can be found
with a find operation.
Source Code of the Sets Program
Source Code of the SetsG Program
(Graphical Version)
Back
Home