English

A linear time algorithm to compute the impact of all the articulation points

Data Structures and Algorithms 2015-05-12 v3

Abstract

The articulation points of an undirected connected graphs are those vertices whose removal increases the number of connected components of the graph, i.e. the vertices whose removal disconnects the graph. However, not all the articulation points are equal: the removal of some of them might end in a single vertex disconnected from the graph, whilst in other cases the graph can be split in several small pieces. In order to measure the effect of the removal of an articulation point, in \cite{AFL12} has been proposed the impact, defined as the number of vertices that get disconnected from the main (largest) surviving connected component (CC). In this paper we present the first linear time algorithm (O(m+n)\mathcal{O}(m+n) for a graph with nn vertices and mm edges) to compute the impact of all the articulation points of the graph, thus improving from the O(a(m+n))O(nm+n2)\mathcal{O}(a(m+n))\approx\mathcal{O}(nm+n^2) of the na\"ive algorithm, with aa being the number of articulation points of the graph.

Keywords

Cite

@article{arxiv.1504.00341,
  title  = {A linear time algorithm to compute the impact of all the articulation points},
  author = {Gabriele Farina},
  journal= {arXiv preprint arXiv:1504.00341},
  year   = {2015}
}

Comments

4 pages, 3 figures. Accepted for YR-ICALP 2015

R2 v1 2026-06-22T09:08:19.859Z