bridge / critical links
Posted: Sun Jun 18, 2006 9:25 pm
Undirected graph. ok.
"Critical link is an egde whose removal disconnects a graph(G)."
1->2
1->4
4->3
2->5
3->2
3->10
3->9
5->6
5->7
7->8
5->8
8->2
2->7
here is a graph of 13 edges.
now my question is how many bridge or critical links is here?
i think here is only --->
3-10
3-9
5-6
Am i right?
but here is a problem about vertex 2. It is an articulation point but not critical link?? may be i m missing something!!!
plz help.
"Critical link is an egde whose removal disconnects a graph(G)."
1->2
1->4
4->3
2->5
3->2
3->10
3->9
5->6
5->7
7->8
5->8
8->2
2->7
here is a graph of 13 edges.
now my question is how many bridge or critical links is here?
i think here is only --->
3-10
3-9
5-6
Am i right?
but here is a problem about vertex 2. It is an articulation point but not critical link?? may be i m missing something!!!
plz help.