Computes the graph strong components.

Namespace:  QuickGraph.Algorithms
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class StrongComponentsAlgorithm
Visual Basic (Declaration)
Public Class StrongComponentsAlgorithm

Remarks

This class compute the strongly connected components of a directed graph using Tarjan's algorithm based on DFS.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Algorithms..::.StrongComponentsAlgorithm

See Also