Skip to content

@graphty/algorithms / index / isStronglyConnected

Function: isStronglyConnected() ​

isStronglyConnected(graph): boolean

Defined in: algorithms/components/connected.ts:218

Check if a directed graph is strongly connected

Parameters ​

graph ​

Graph

The input graph (must be directed)

Returns ​

boolean

True if the graph is strongly connected, false otherwise