A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary.Graphs.GraphsFast
GraphFast Class
GraphFast Properties
Network Property
Nodes Property
NumberOfEdges Property
NumberOfNodes Property
GraphFast
Network 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#
Copy
public
Dictionary
<
int
,
HashSet
<
int
>>
Network
{
get
;
set
; }
Property Value
Type:
Dictionary
Int32
,
HashSet
Int32
See Also
Reference
GraphFast Class
GraphLibrary.Graphs.GraphsFast Namespace