2vertexconnected
2vertexconnected refers to graphs that are two-vertex-connected, also called 2-connected. A graph is 2vertexconnected if it is connected and remains connected after removing any single vertex. Equivalently, the graph has no articulation points (vertices whose removal increases the number of connected components). This property is captured by the vertex connectivity κ(G) being at least 2.
Key related concepts include Menger’s theorem, which states that in a 2vertexconnected graph there are at least
2vertexconnected graphs have several structural implications. They contain no bridges (edges whose removal increases the number
Common examples include cycle graphs Cn with n ≥ 3 and complete graphs Kn with n ≥ 3.
Algorithms exist to test 2vertexconnectivity in linear time. Depth-first search algorithms identify articulation points and can