Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing 2019
DOI: 10.1145/3313276.3316394
|View full text |Cite
|
Sign up to set email alerts
|

Breaking quadratic time for small vertex connectivity and an approximation scheme

Abstract: Vertex connectivity a classic extensively-studied problem. Given an integer k, its goal is to decide if an n-node m-edge graph can be disconnected by removing k vertices. Although a linear-time algorithm was postulated since 1974 [Aho, Hopcroft and Ullman], and despite its sibling problem of edge connectivity being resolved over two decades ago [Karger STOC'96], so far no vertex connectivity algorithms are faster than O(n 2 ) time even for k = 4 and m = O(n). In the simplest case where m = O(n) and k = O(1), t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
33
0

Year Published

2019
2019
2023
2023

Publication Types

Select...
3
2
2

Relationship

2
5

Authors

Journals

citations
Cited by 25 publications
(33 citation statements)
references
References 38 publications
0
33
0
Order By: Relevance
“…There has been exciting recent work on faster algorithms for vertex connectivity via a local connectivity approach [16,42]. The algorithms are limited to unweighted graphs while our theorem above gives the first constant factor approximation for weighted vertex connectivity in o(mn) time.…”
Section: Symmetric Submodular Functionsmentioning
confidence: 99%
See 1 more Smart Citation
“…There has been exciting recent work on faster algorithms for vertex connectivity via a local connectivity approach [16,42]. The algorithms are limited to unweighted graphs while our theorem above gives the first constant factor approximation for weighted vertex connectivity in o(mn) time.…”
Section: Symmetric Submodular Functionsmentioning
confidence: 99%
“…There has been tremendous recent and ongoing progress in fast algorithms for (s, t)-flow and cut problems and leveraging these algorithms for global connectivity is opened up by the new approach. In particular, an important motivating problem is to compute the global (weighted) vertex connectivity of a graph which has received substantial recent attention [16,42]. In this setting we are given a graph G = (V, E) with vertex weights w : V → R + and the goal is to find a minimum weight subset S ⊂ V such that G − S has at least two non-trivial connected components.…”
Section: Introductionmentioning
confidence: 99%
“…[Kle69, Pod73, ET75, Eve75, Gal80, EH84, Mat87, Bec + 82, LLW88, CT91, NI92, CR94, Hen97, HRG00, Gab06, CGK14]). (See Nanongkai et al [NSY19a] for a more comprehensive literature survey.) For the undirected case, Aho, Hopcroft and Ullman [AHU74,Problem 5.30] asked in their 1974 book for an O(m)-time algorithm for computing κ G , the vertex connectivity of graph G. Prior to our result, O(m)-time algorithms were known only when κ G ≤ 3, due to the classic results of Tarjan [Tar72] and Hopcroft and Tarjan [HT73].…”
Section: Introductionmentioning
confidence: 99%
“…Table 1 gives an overview of all these results. This result is obtained essentially by using our LocalEC algorithm to solve the local vertex connectivity problem (LocalVC) that was recently studied by Nanongkai, Saranurak, and Yingchareonthawornchai [NSY19a], and then plugging this algorithm into the recent framework of [NSY19a]. The overall algorithm is fairly simple: Let L be one side of the optimal vertex cut M , i.e., M consists of the neighbors of L. We guess the values ν = vol(L) and k = κ, and run our LocalVC algorithm with parameters ν and k on n/ν randomly-selected seed vertices x.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation