Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
44 tokens/sec
o3 Pro
5 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Faster Algorithms for Computing Maximal 2-Connected Subgraphs in Sparse Directed Graphs (1705.10709v1)

Published 30 May 2017 in cs.DS

Abstract: Connectivity related concepts are of fundamental interest in graph theory. The area has received extensive attention over four decades, but many problems remain unsolved, especially for directed graphs. A directed graph is 2-edge-connected (resp., 2-vertex-connected) if the removal of any edge (resp., vertex) leaves the graph strongly connected. In this paper we present improved algorithms for computing the maximal 2-edge- and 2-vertex-connected subgraphs of a given directed graph. These problems were first studied more than 35 years ago, with $\widetilde{O}(mn)$ time algorithms for graphs with m edges and n vertices being known since the late 1980s. In contrast, the same problems for undirected graphs are known to be solvable in linear time. Henzinger et al. [ICALP 2015] recently introduced $O(n2)$ time algorithms for the directed case, thus improving the running times for dense graphs. Our new algorithms run in time $O(m{3/2})$, which further improves the running times for sparse graphs. The notion of 2-connectivity naturally generalizes to k-connectivity for $k>2$. For constant values of k, we extend one of our algorithms to compute the maximal k-edge-connected in time $O(m{3/2} \log{n})$, improving again for sparse graphs the best known algorithm by Henzinger et al. [ICALP 2015] that runs in $O(n2 \log n)$ time.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (5)
  1. Shiri Chechik (25 papers)
  2. Thomas Dueholm Hansen (14 papers)
  3. Giuseppe F. Italiano (35 papers)
  4. Veronika Loitzenbauer (10 papers)
  5. Nikos Parotsidis (30 papers)
Citations (22)

Summary

We haven't generated a summary for this paper yet.