Module union_find

Source
Expand description

An implementation of disjoint set forests for union find.

Structsยง

DisjointSetForest
Data structure for efficient union find.