Click or drag to resize

BaseGraphNeighbors Method

Returns list of in and out neighbors of a node

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public abstract List<int> Neighbors(
	int node
)

Parameters

node
Type: SystemInt32
Node

Return Value

Type: ListInt32
List of in and out neighbors
See Also