biconnected
Biconnected, also called 2-vertex-connected, is a property of simple undirected graphs. A graph is biconnected if it is connected and remains connected after the removal of any single vertex. Equivalently, for every pair of vertices there exist two internally vertex-disjoint paths between them. This implies the graph has at least three vertices.
Biconnected components and blocks. A maximal subgraph that is biconnected is called a biconnected component or
Examples and non-examples. Cycle graphs Cn with n at least 3 are biconnected, as removing any vertex
Algorithms and recognition. A connected graph is biconnected if and only if it has no articulation points.