Click or drag to resize

ComponentIsConnected Method

Returns True if the graph is connected, false otherwise.

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public bool IsConnected(
	BaseGraph graph
)

Parameters

graph
Type: GraphLibrary.GraphsBaseGraph

Return Value

Type: Boolean
True if the graph is connected, false otherwise.
See Also