Kruskal's minimum-spanning-tree algorithm.
Minimal graph signature for Kruskal. Sub-signature of Sig.G.
Functor providing an implementation of Kruskal's minimum-spanning-tree algorithm. Parameter W ensures that label on edges are comparable.
W
Signature of union-find.
Functor providing an implementation of Kruskal's minimum-spanning-tree algorithm using a user-defined union-find algorithm. Parameter W ensures that label on edges are comparable.