Maximal k-Edge-Connected Subgraphs in Almost-Linear Time for Small k

06/30/2023
by   Thatchaphol Saranurak, et al.
0

We give the first almost-linear time algorithm for computing the maximal k-edge-connected subgraphs of an undirected unweighted graph for any constant k. More specifically, given an n-vertex m-edge graph G=(V,E) and a number k = log^o(1)n, we can deterministically compute in O(m+n^1+o(1)) time the unique vertex partition {V_1,…,V_z} such that, for every i, V_i induces a k-edge-connected subgraph while every superset V'_i⊃ V_i does not. Previous algorithms with linear time work only when k≤2 [Tarjan SICOMP'72], otherwise they all require Ω(m+n√(n)) time even when k=3 [Chechik et al. SODA'17; Forster et al. SODA'20]. Our algorithm also extends to the decremental graph setting; we can deterministically maintain the maximal k-edge-connected subgraphs of a graph undergoing edge deletions in m^1+o(1) total update time. Our key idea is a reduction to the dynamic algorithm supporting pairwise k-edge-connectivity queries [Jin and Sun FOCS'20].

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/12/2022

On maximal 3-edge-connected subgraphs of undirected graphs

We show how to find and efficiently maintain maximal 3-edge-connected su...
research
02/05/2023

Maximal k-Edge-Connected Subgraphs in Weighted Graphs via Local Random Contraction

The maximal k-edge-connected subgraphs problem is a classical graph clus...
research
06/29/2021

Fully Dynamic Four-Vertex Subgraph Counting

This paper presents a comprehensive study of algorithms for maintaining ...
research
07/19/2023

Dynamic constant time parallel graph algorithms with sub-linear work

The paper proposes dynamic parallel algorithms for connectivity and bipa...
research
04/25/2018

A quasi linear-time b-Matching algorithm on distance-hereditary graphs and bounded split-width graphs

We present a quasi linear-time algorithm for Maximum Matching on distanc...
research
08/24/2021

Supernodes

In this paper, we present two new concepts related to subgraph counting ...
research
11/17/2021

Optimal Decremental Connectivity in Non-Sparse Graphs

We present a dynamic algorithm for maintaining the connected and 2-edge-...

Please sign up or login with your details

Forgot password? Click here to reset