JAVA programming – Bridges in a graph – An edge in an undirected connected graph is a bridge iff removing it disconnects the graph.
find all nodes in a graph that remove any 1 of them would cause the graph to disconnect
1 Article
1