in Graph Theory edited by
1,423 views
0 votes
0 votes

Consider the following graph $L$ and find the bridges,if any.

  1. No bridge
  2. $\{d,e\}$
  3. $\{c,d\}$
  4. $\{c,d\}$ and $\{c,f\}$
in Graph Theory edited by
by
1.4k views

4 Answers

1 vote
1 vote
Bridge (or Cut edge): an edge whose removal produces a graph with more connected component than in the original graph.

In the above given graph only {d,e} is a bridge since its removal produces 2 components.
1 vote
1 vote
An edge is bridge iff its removal disconnects the graph (or increases the number of disconnected components, if its already disconnected).

Bridge cannot be part of a cycle. So only candidate of bridge is de. (rest all part of cycle). Removal of de disconnects the graph so it is a bridge.

So B is correct.
1 vote
1 vote

Opton B) is correct

Removing edge $\{{d,e}\}$ makes graph disconnected, Hence it is the bridge

 

0 votes
0 votes
A bridge, ut-edge, or cut arc is an edge of a graph whose deletion increases its number of connected components.
Equivalently, an edge is a bridge if and only if it is not contained in any cycle.
A graph is said to be bridgeless or isthmus-free if it contains no bridges.
If we remove {d,e} edge then there is no way to reach e and the graph is disconnected.
The removal of edges {c,d} and {c,f} makes graph disconnect but this forms a cycle.

1 comment

Equivalently, an edge is a bridge if and only if it is not contained in any cycle. 
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true