On maximal k-edge-connected subgraphs of undirected graphs
Loukas Georgiadis, Giuseppe F. Italiano, Evangelos Kosinas, Debasish, Pattanayak

TL;DR
This paper presents efficient algorithms and frameworks for maintaining and computing maximal k-edge-connected subgraphs in undirected graphs, including incremental, dynamic, and sparse subgraph constructions, with applications to dense graphs.
Contribution
It introduces a general framework for maintaining maximal k-edge-connected subgraphs and provides new algorithms for incremental, sparse, and fully dynamic scenarios.
Findings
Efficient incremental algorithms for 3-edge-connected subgraphs.
Construction of sparse subgraphs preserving k-edge-connectivity.
Deterministic algorithms for computing maximal k-edge-connected subgraphs.
Abstract
We show how to find and efficiently maintain maximal k-edge-connected subgraphs in undirected graphs. In particular, we provide the following results. (1) A general framework for maintaining the maximal k-edge-connected subgraphs upon insertions of edges or vertices, by successively partitioning the graph into its k-edge-connected components. This defines a decomposition tree, which can be maintained by using algorithms for the incremental maintenance of the k-edge-connected components as black boxes at every level of the tree. (2) As an application of this framework, we provide two algorithms for the incremental maintenance of the maximal -edge-connected subgraphs. These algorithms allow for vertex and edge insertions, interspersed with queries asking whether two vertices belong to the same maximal -edge-connected subgraph. The first algorithm has …
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Graph Theory and Algorithms · Advanced Graph Theory Research
