Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
PrimMST Class
PrimMST Constructor
PrimMST Properties
PrimMST Methods
PrimMST Constructor
Compute a minimum spanning tree (or forest) of an edge-weighted graph.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
PrimMST
(
EdgeWeightedGraph
G
)
Parameters
G
Type:
Algs4Net
EdgeWeightedGraph
the edge-weighted graph
See Also
Reference
PrimMST Class
Algs4Net Namespace