English

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 kk-edge-connectivity of an undirected simple graph GG under edge insertions and deletions, where kk is a fixed constant. After an edge insertion, the algorithm identifies and removes a distinct redundant edge to maintain sparsity, in O(klogn)O(k \log n) amortized time. After an edge deletion that reduces λ(G)\lambda(G) below kk, the algorithm restores kk-edge-connectivity by adding at most two new edges (excluding the deleted edge), in O(k3/2n3/2)O(k^{3/2} n^{3/2}) 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 O(kn)O(kn) 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}
}
R2 v1 2026-07-01T09:23:04.845Z