The biconnected components of a graph G is a partition of the edges into sets such that the graph formed by each set of edges is biconnected. Modify the algorithm in Figure to find the biconnected components instead of the articulation points.
Figure Testing for articulation points in one depth-first search (test for the root is omitted) (pseudocode)

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.