MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / DisjointSetUnion

Class DisjointSetUnion

src/graph/disjoint_set_union.rs:17–20  ·  view source on GitHub ↗

Disjoint Set Union (Union-Find) data structure, particularly useful for managing dynamic connectivity problems such as determining if two elements are in the same subset or merging two subsets.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected