bridge (223B)
1 # Bridge 2 3 https://en.wikipedia.org/wiki/Bridge_(graph_theory) 4 5 An [edge] of a graph whose [edge_removal] increases the number of [connected_components] of the [graph] 6 7 See also: [graph_bridgeless], [bridge_set] 8 9 Up: [edge]