Arrow Research search

Author name cluster

Benyu Wang

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

2 papers
1 author row

Possible papers

2

FOCS Conference 2025 Conference Paper

Near-Optimal Fault-Tolerant Strong Connectivity Preservers

  • Gary Hoppenworth
  • Thatchaphol Saranurak
  • Benyu Wang

A k-fault-tolerant connectivity preserver of a directed n-vertex graph G is a subgraph H such that, for any edge set F ⊆ E(G) of size |F| ≤ k, the strongly connected components of G−F and H −F are the same. While some graphs require a preserver with Ω(2 k n) edges [1], the best-known upper bound is $\tilde O\left( {k{2^k}{n^{2 - /k}}} \right)$ edges [2], leaving a significant gap of Ω(n 1−1/k ). In contrast, there is no gap in undirected graphs; the optimal bound of Θ(kn) has been well-established since the 90s [3]. We nearly close the gap for directed graphs; we prove that there exists a k-fault-tolerant connectivity preserver with O(k4 k nlogn) edges, and we can construct one with O(8 k nlog 5/2 n) edges in poly(2 k n) time. Our results also improve the state-of-the-art for a closely related object; a k-connectivity preserver of G is a subgraph H where, for all i ≤ k, the strongly i-connected components of G and H agree. By a known reduction, we obtain a k-connectivity preserver with O(k4 k nlogn) edges, improving the previous best bound of $\tilde O\left( {k{2^k}{n^{2 - 1/(k - 1)}}} \right)$ [2]. Therefore, for any constant k, our results are optimal to a logn factor for both problems. Lastly, we show that the exponential dependency on k is not inherent for k-connectivity preservers by presenting another construction with $O\left( {n{\text{ }}\sqrt {kn} } \right)$ edges.

STOC Conference 2023 Conference Paper

Tight Conditional Lower Bounds for Vertex Connectivity Problems

  • Zhiyi Huang
  • Yaowei Long
  • Thatchaphol Saranurak
  • Benyu Wang

We study the fine-grained complexity of graph connectivity problems in unweighted undirected graphs. Recent development shows that all variants of edge connectivity problems, including single-source-single-sink, global, Steiner, single-source, and all-pairs connectivity, are solvable in m 1+ o (1) time, collapsing the complexity of these problems into the almost-linear-time regime. While, historically, vertex connectivity has been much harder, the recent results showed that both single-source-single-sink and global vertex connectivity can be solved in m 1+ o (1) time, raising the hope of putting all variants of vertex connectivity problems into the almost-linear-time regime too. We show that this hope is impossible, assuming conjectures on finding 4-cliques. Moreover, we essentially settle the complexity landscape by giving tight bounds for combinatorial algorithms in dense graphs. There are three separate regimes: (1) all-pairs and Steiner vertex connectivity have complexity Θ( n 4 ), (2) single-source vertex connectivity has complexity Θ( n 3 ), and (3) single-source-single-sink and global vertex connectivity have complexity Θ( n 2 ). For graphs with general density, we obtain tight bounds of Θ( m 2 ), Θ( m 1.5 ), Θ( m ), respectively, assuming Gomory-Hu trees for element connectivity can be computed in almost-linear time.

v2026.09.27