Function stronglyConnectedComponents

  • Decomposes the graph into strongly connected components (SCC).

    Parameters

    • graph: Graph

      A source graph.

    Returns Set<Vertex>[]

    The array of SCC on the graph.

Generated using TypeDoc