public class StrongConnectedComponentsL
extends java.lang.Object
Constructor and Description |
---|
StrongConnectedComponentsL(int[][] adjList)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
SCCResultL |
getAdjacencyList(int node)
This method returns the adjacency-structure of the strong connected
component with the least vertex in a subgraph of the original graph
induced by the nodes {s, s + 1, ..., n}, where s is a given node.
|
static void |
main(java.lang.String[] args) |
public StrongConnectedComponentsL(int[][] adjList)
adjList
- adjacency-list of the graphpublic SCCResultL getAdjacencyList(int node)
node
- node spublic static void main(java.lang.String[] args)