2015
DOI: 10.1007/978-3-319-21840-3_30
|View full text |Cite
|
Sign up to set email alerts
|

Finding Articulation Points of Large Graphs in Linear Time

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
7
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
3
3
1

Relationship

1
6

Authors

Journals

citations
Cited by 7 publications
(7 citation statements)
references
References 11 publications
0
7
0
Order By: Relevance
“…It is unknown whether DFS trees require more than one passes [14,31], but the current best algorithm needs Õ(h) passes due to Khan and Mehta [31], where h is the height of computed DFS trees. We devise a randomized algorithm that has pass complexity O( √ n) w.h.p., and give a smooth tradeoff between pass complexity and space usage.…”
Section: Dfs Treesmentioning
confidence: 99%
See 2 more Smart Citations
“…It is unknown whether DFS trees require more than one passes [14,31], but the current best algorithm needs Õ(h) passes due to Khan and Mehta [31], where h is the height of computed DFS trees. We devise a randomized algorithm that has pass complexity O( √ n) w.h.p., and give a smooth tradeoff between pass complexity and space usage.…”
Section: Dfs Treesmentioning
confidence: 99%
“…BFS computation is known to require ω(1) passes [17], but only the naive O(n)-pass algorithm is known. It is unknown whether DFS computation requires more than one passes [14,31], but the current best algorithm needs Õ(h) passes [31] where h is the height of the computed DFS trees, so h = O(n) for dense graphs. The tractability of maximum-leaf spanning trees (MLST) is unknown even allowing O(n 2 ) space, since it is APX-complete [35,20].…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…However, computing the DFS tree in evenÕ (1) passes is considered hard [18]. To the best of our knowledge, it remains an open problem to compute the DFS tree using even o(n) passes in any relaxed streaming environment [46,50].…”
Section: Experiments On Directed Graphs and Dagsmentioning
confidence: 99%
“…This can also be easily improved to O(h) passes, where h is the height of the computed DFS tree. Despite most applications of DFS trees in undirected graphs being efficiently solved in the semi-streaming environment [56,25,24,4,5,23,41], due to its fundamental nature DFS is considered a long standing open problem [23,49,50] even for undirected graphs. Moreover, computing a DFS tree in O(poly log n) passes is considered hard [23].…”
Section: Introductionmentioning
confidence: 99%