Click or drag to resize
GraphBaseTVertex, TEdgeGetOrphanedVertices Method
Gets the orphaned vertices. Orphaned vertices are vertices which are not part of any edge in the graph

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public HashSet<TVertex> GetOrphanedVertices()

Return Value

Type: HashSetTVertex
Set of vertices which aren't part of any edge in the graph
See Also