MCPcopy Create free account
hub / github.com/EbTech/rust-algorithms / DisjointSets

Class DisjointSets

src/graph/mod.rs:12–14  ·  view source on GitHub ↗

Represents a union of disjoint sets. Each set's elements are arranged in a tree, whose root is the set's representative.

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