fgl-5.4.1.1: Martin Erwig's Functional Graph Library

Data.Graph.Inductive.Query.BCC

Synopsis

Documentation

bcc :: DynGraph gr => gr a b -> [gr a b]Source

Finds the bi-connected components of an undirected connected graph. It first finds the articulation points of the graph. Then it disconnects the graph on each articulation point and computes the connected components.