$(1-\epsilon)$-approximate fully dynamic densest subgraph: linear space and faster update time
Abstract
We consider the problem of maintaining a -approximation to the densest subgraph (DSG) in an undirected multigraph as it undergoes edge insertions and deletions (the fully dynamic setting). Sawlani and Wang [SW20] developed a data structure that, for any given , maintains a -approximation with worst-case update time for edge operations, and query time for reporting the density value. Their data structure was the first to achieve near-optimal approximation, and improved previous work that maintained a approximation in amortized polylogarithmic update time [BHNT15]. In this paper we develop a data structure for -approximate DSG that improves the one from [SW20] in two aspects. First, the data structure uses linear space improving the space bound in [SW20] by a logarithmic factor. Second, the data structure maintains a -approximation in amortized time per update while simultaneously guaranteeing that the worst case update time is . We believe that the space and update time improvements are valuable for current large scale graph data sets. The data structure extends in a natural fashion to hypergraphs and yields improvements in space and update times over recent work [BBCG22] that builds upon [SW20].
Cite
@article{arxiv.2210.02611,
title = {$(1-\epsilon)$-approximate fully dynamic densest subgraph: linear space and faster update time},
author = {Chandra Chekuri and Kent Quanrud},
journal= {arXiv preprint arXiv:2210.02611},
year = {2022}
}