Papers
Topics
Authors
Recent
Search
2000 character limit reached

On maximal k-edge-connected subgraphs of undirected graphs

Published 12 Nov 2022 in cs.DS | (2211.06521v2)

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 $3$-edge-connected subgraphs. These algorithms allow for vertex and edge insertions, interspersed with queries asking whether two vertices belong to the same maximal $3$-edge-connected subgraph. The first algorithm has O(mα(m,n)+n<sup>2log⁡<sup>2</sup></sup>n)O(m\alpha(m,n) + n<sup>2\log<sup>2</sup></sup> n) total running time and uses O(n)O(n) space, where mm is the number of edge insertions and queries, and nn is the total number of vertices inserted. The second algorithm performs the same operations in faster O(mα(m,n)+n<sup>2α(n,n))O(m\alpha(m,n) + n<sup>2\alpha(n,n)) time in total, using O(n<sup>2)O(n<sup>2) space. (3) We provide efficient constructions of sparse subgraphs that have the same maximal k-edge-connected subgraphs as the original graph. These are useful in speeding up computations involving the maximal k-edge-connected subgraphs in dense undirected graphs. (4) We give two deterministic algorithms for computing the maximal k-edge-connected subgraphs in undirected graphs, with running times O(m+k<sup>O(1)nnpolylog(n))O(m+k<sup>{O(1)}n\sqrt{n}\mathrm{polylog}(n)) and O(m+k<sup>O(k)nnlog⁡n)O(m+k<sup>{O(k)}n\sqrt{n}\log{n}), respectively. (5) A fully dynamic algorithm for maintaining information about the maximal k-edge-connected subgraphs for fixed k. Our update bounds are O(nnlog⁡n)O(n\sqrt{n}\log{n}) worst-case time, and we achieve constant time for maximal k-edge-connected subgraph queries.

Citations (1)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.