Dynamic framework for edge-connectivity maintenance of simple graphs
Data Structures and Algorithms
2026-03-10 v2
Abstract
We present a framework for dynamically maintaining -edge-connectivity of an undirected simple graph under edge insertions and deletions, where is a fixed constant. After an edge insertion, the algorithm identifies and removes a distinct redundant edge to maintain sparsity, in amortized time. After an edge deletion that reduces below , the algorithm restores -edge-connectivity by adding at most two new edges (excluding the deleted edge), in time. The insertion procedure combines Nagamochi-Ibaraki sparse certificates with Link-Cut Trees; the deletion procedure uses a single maximum-flow computation on the sparsified graph. Throughout all updates, the graph is maintained with edges.
Keywords
Cite
@article{arxiv.2601.20137,
title = {Dynamic framework for edge-connectivity maintenance of simple graphs},
author = {Blazej Wrobel},
journal= {arXiv preprint arXiv:2601.20137},
year = {2026}
}