Click or drag to resize

DistanceMeasuresPeriphery Method

Returns the periphery of the graph G.The periphery is the set of nodes with eccentricity equal to the diameter.

Namespace:  GraphLibrary
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public List<int> Periphery(
	BaseGraph graph
)

Parameters

graph
Type: GraphLibrary.GraphsBaseGraph

Return Value

Type: ListInt32
List of nodes in periphery
See Also