English

A (Very) Nearly Optimal Sketch for $k$-Edge Connectivity Certificates

Data Structures and Algorithms 2025-10-21 v1

Abstract

In this note, we present a simple algorithm for computing a \emph{kk-connectivity certificate} in dynamic graph streams. Our algorithm uses O(nlog2nmax{k,lognlogk})O(n \log^2 n \cdot \max\{k, \log n \log k\}) bits of space which improves upon the O(knlog3n)O(kn \log^3 n)-space algorithm of Ahn, Guha, and McGregor (SODA'12). For the values of kk that are truly sublinear, our space usage \emph{very nearly} matches the known lower bound Ω(nlog2nmax{k,logn})\Omega(n \log^2 n \cdot \max\{k, \log n\}) established by Nelson and Yu (SODA'19; implicit) and Robinson (DISC'24). In particular, our algorithm fully settles the space complexity at Θ(knlog2n)\Theta(kn \log^2{n}) for k=Ω(lognloglogn)k = \Omega(\log n \log \log n), and bridges the gap down to only a doubly-logarithmic factor of O(loglogn)O(\log \log n) for a smaller range of k=o(lognloglogn)k = o(\log n \log \log n).

Keywords

Cite

@article{arxiv.2510.16336,
  title  = {A (Very) Nearly Optimal Sketch for $k$-Edge Connectivity Certificates},
  author = {Pachara Sawettamalya and Huacheng Yu},
  journal= {arXiv preprint arXiv:2510.16336},
  year   = {2025}
}