Vidyalelo
Data Structure · Q45

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 45

Q45

What is a characteristic feature of a Biconnected Graph?

A.
It has exactly two connected components.
B.
It has no cycles.
C.
It remains connected even after removing any single vertex.
Answer
D.
It contains multiple paths between nodes.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board