Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrimeMST ¶
type PrimeMST struct {
// contains filtered or unexported fields
}
PrimeMST is a data type for computing the minimum spanning tree/forest in an edge weighted undirected graph using Prime’s algorithm with an indexed binary heap
func NewPrimeMST ¶
func NewPrimeMST(g *edge_weighted_graph.EdgeWeightedGraph) PrimeMST
Click to show internal directories.
Click to hide internal directories.