edited by
417 views

1 Answer

1 votes
1 votes
Articulation points are the points on whose removal the graph will become disconnected.

Clearly, we can see that on the removal of node 'C' or 'D', the graph will become disconnected.

Therefore, No of articulation points = 2

Related questions

6 votes
6 votes
2 answers
1
3 votes
3 votes
2 answers
2
shikharV asked Jan 15, 2016
1,139 views
Given answer is 2, I think it should be 3: F,A, and G are articulation points. Please check
0 votes
0 votes
1 answer
4
Ramayya asked Jan 7
192 views
Maximum number of Simple graphs possible with $n$ vertices$2^{n(n-1)/2}$$2^{(n-1)/2}$$2^{n(n+1)/2}$$2^{n(n+1)}$