Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
LazyPrimMST Class
LazyPrimMST Constructor
LazyPrimMST Properties
LazyPrimMST Methods
LazyPrimMST 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
LazyPrimMST
(
EdgeWeightedGraph
G
)
Parameters
G
Type:
Algs4Net
EdgeWeightedGraph
the edge-weighted graph
See Also
Reference
LazyPrimMST Class
Algs4Net Namespace