English

2-Edge Connectivity in Directed Graphs

Data Structures and Algorithms 2014-08-01 v2

Abstract

Edge and vertex connectivity are fundamental concepts in graph theory. While they have been thoroughly studied in the case of undirected graphs, surprisingly not much has been investigated for directed graphs. In this paper we study 22-edge connectivity problems in directed graphs and, in particular, we consider the computation of the following natural relation: We say that two vertices vv and ww are 22-edge-connected if there are two edge-disjoint paths from vv to ww and two edge-disjoint paths from ww to vv. This relation partitions the vertices into blocks such that all vertices in the same block are 22-edge-connected. Differently from the undirected case, those blocks do not correspond to the 22-edge-connected components of the graph. We show how to compute this relation in linear time so that we can report in constant time if two vertices are 22-edge-connected. We also show how to compute in linear time a sparse certificate for this relation, i.e., a subgraph of the input graph that has O(n)O(n) edges and maintains the same 22-edge-connected blocks as the input graph.

Keywords

Cite

@article{arxiv.1407.3041,
  title  = {2-Edge Connectivity in Directed Graphs},
  author = {Loukas Georgiadis and Giuseppe F. Italiano and Luigi Laura and Nikos Parotsidis},
  journal= {arXiv preprint arXiv:1407.3041},
  year   = {2014}
}
R2 v1 2026-06-22T05:01:35.627Z