NevronOpenVision
Nevron.Nov.DataStructures Namespace / NGraph Class / TopologicalOrderTraversal Method
visitor to use
TopologicalOrderTraversal Method
Performs a topological order traversal of the graph parts in this graph (directed graph)
Syntax
public virtual void TopologicalOrderTraversal( 
   NGraphPartVisitor visitor
)

Parameters

visitor
visitor to use
Remarks
A topological traversal will traverse the vertices based on their topological sort order. A topological sort order is such an order of the vertices of the graph in which for each pair of vertices (A, B), if B is a successor of A then B will be after A in the order.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also