標題: Streaming Complexity of Spanning Tree Computation
作者: Chang, Yi-Jun
Farach-Colton, Martin
Hsu, Tsan-Sheng
Tsai, Meng-Tsung
交大名義發表
National Chiao Tung University
關鍵字: Max-Leaf Spanning Trees;BFS Trees;DFS Trees
公開日期: 1-一月-2020
摘要: The semi-streaming model is a variant of the streaming model frequently used for the computation of graph problems. It allows the edges of an n-node input graph to be read sequentially in p passes using (O) over tilde (n) space. If the list of edges includes deletions, then the model is called the turnstile model; otherwise it is called the insertion-only model. In both models, some graph problems, such as spanning trees, k-connectivity, densest subgraph, degeneracy, cut-sparsifier, and (Delta + 1)-coloring, can be exactly solved or (1 + epsilon)-approximated in a single pass; while other graph problems, such as triangle detection and unweighted all-pairs shortest paths, are known to require (Omega) over tilde (n) passes to compute. For many fundamental graph problems, the tractability in these models is open. In this paper, we study the tractability of computing some standard spanning trees, including BFS, DFS, and maximum-leaf spanning trees. Our results, in both the insertion-only and the turnstile models, are as follows. Maximum-Leaf Spanning Trees: This problem is known to be APX-complete with inapproximability constant rho is an element of [245/244,2). By constructing an epsilon-MLST sparsifier, we show that for every constant epsilon > 0, MLST can be approximated in a single pass to within a factor of 1 + epsilon w.h.p. (albeit in super-polynomial time for epsilon <= p - 1 assuming P not equal NP) and can be approximated in polynomial time in a single pass to within a factor of rho(n) + epsilon w.h.p., where rho(n) is the supremum constant that MLST cannot be approximated to within using polynomial time and (O) over tilde (n) space. In the insertion-only model, these algorithms can be deterministic. BFS Trees: It is known that BFS trees require w(1) passes to compute, but the naive approach needs O(n) passes. We devise a new randomized algorithm that reduces the pass complexity to O(root n), and it offers a smooth tradeoff between pass complexity and space usage. This gives a polynomial separation between single-source and all-pairs shortest paths for unweighted graphs. DFS Trees: It is unknown whether DFS trees require more than one pass. The current best algorithm by Khan and Mehta [STACS 2019] takes (O) over tilde (h) passes, where h is the height of computed DFS trees. Note that h can be as large as Omega(m,/n) for n-node m-edge graphs. Our contribution is twofold. First, we provide a simple alternative proof of this result, via a new connection to sparse certificates for k-node-connectivity. Second, we present a randomized algorithm that reduces the pass complexity to O(root n), and it also offers a smooth tradeoff between pass complexity and space usage.
URI: http://dx.doi.org/10.4230/LIPIcs.STACS.2020.34
http://hdl.handle.net/11536/154032
ISBN: 978-3-95977-140-5
ISSN: 1868-8969
DOI: 10.4230/LIPIcs.STACS.2020.34
期刊: 37TH INTERNATIONAL SYMPOSIUM ON THEORETICAL ASPECTS OF COMPUTER SCIENCE (STACS 2020)
Volume: 154
起始頁: 0
結束頁: 0
顯示於類別:會議論文