We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

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

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 ($\mathcal{O}(m+n)$ for a graph with $n$ vertices and $m$ edges) to compute the impact of all the articulation points of the graph, thus improving from the $\mathcal{O}(a(m+n))\approx\mathcal{O}(nm+n^2)$ of the na\"ive algorithm, with $a$ being the number of articulation points of the graph.
Comments: 4 pages, 3 figures. arXiv admin note: text overlap with arXiv:1202.0319 by other authors
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1504.00341 [cs.DS]
  (or arXiv:1504.00341v2 [cs.DS] for this version)

Submission history

From: Gabriele Farina [view email]
[v1] Wed, 1 Apr 2015 19:21:42 GMT (33kb,D)
[v2] Thu, 2 Apr 2015 09:47:18 GMT (34kb,D)
[v3] Sun, 10 May 2015 13:32:47 GMT (67kb,D)

Link back to: arXiv, form interface, contact.