Click or drag to resize

GraphFastNetwork Property

Property that holds graph data. Each node has list of neighbors.

Namespace:  GraphLibrary.Graphs.GraphsFast
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public Dictionary<int, HashSet<int>> Network { get; set; }

Property Value

Type: DictionaryInt32, HashSetInt32
See Also