Graph: , , , , , . -edge-connected components: (cycle) and (cycle). Bridge: . Bridge tree: node , node , edge . The bridge tree has two nodes connected by one edge.
You can now solve tree problems (like LCA, diameter, paths) on this compressed structure instead of the original graph. This simplifies many algorithms.