English

On Computing Vertex Connectivity of 1-Plane Graphs

Computational Geometry 2025-06-03 v3 Data Structures and Algorithms Combinatorics

Abstract

The vertex connectivity of a graph GG is the size of the smallest set of vertices SS such that GSG \setminus S is disconnected. For the class of planar graphs, the problem of vertex connectivity is well-studied, both from structural and algorithmic perspectives. Let GG be a plane embedded graph, and Λ(G)\Lambda(G) be an auxiliary graph obtained by inserting a face vertex inside each face and connecting it to all vertices of GG incident with the face. If SS is a minimal vertex cut of GG, then there exists a cycle of length 2S2|S| whose vertices alternate between vertices of SS and face vertices. This structure facilitates the designing of a linear-time algorithm to find minimum vertex cuts of planar graphs. In this paper, we attempt a similar approach for the class of 1-plane graphs -- these are graphs with a drawing on the plane where each edge is crossed at most once. We consider different classes of 1-plane graphs based on the subgraphs induced by the endpoints of crossings. For 1-plane graphs where the endpoints of every crossing induce the complete graph K4K_4, we show that the structure of minimum vertex cuts is identical to that in plane graphs, as mentioned above. For 1-plane graphs where the endpoints of every crossing induce at least three edges (i.e., one edge apart from the crossing pair of edges), we show that for any minimal vertex cut SS, there exists a cycle of diameter O(S)O(|S|) in Λ(G)\Lambda(G) such that all vertices of SS are in the neighbourhood of the cycle. This structure enables us to design a linear time algorithm to compute the vertex connectivity of all such 1-plane graphs.

Keywords

Cite

@article{arxiv.2212.06782,
  title  = {On Computing Vertex Connectivity of 1-Plane Graphs},
  author = {Therese Biedl and Karthik Murali},
  journal= {arXiv preprint arXiv:2212.06782},
  year   = {2025}
}

Comments

A preliminary version of this paper appeared in ICALP 2023

R2 v1 2026-06-28T07:32:51.710Z