Method | Description | |
---|---|---|
getStronglyConnected ( ) : array | Get the strongly connected components of this digraph by the Tarjan algorithm. |
Method | Description | |
---|---|---|
recursivStrongConnect ( |
public getStronglyConnected ( ) : array | ||
return | array | the partition of this graph : an array of an array of vertices |