pub fn is_strongly_connected<Graph: StaticGraph>(graph: &Graph) -> bool
Expand description

Returns true if the graph is strongly connected.