Module disjoint_set

Source

Structs§

DisjointSets
A collection of disjoint sets over cheaply-cloned objects.
NodeData
For a node x, when the node data is (p, r), x’s parent is p and x’s rank is r.

Traits§

NodeTrait