$(1-\epsilon)$-approximate fully dynamic densest subgraph: linear space and faster update time
Chandra Chekuri, Kent Quanrud

TL;DR
This paper presents a new fully dynamic data structure for maintaining a near-optimal densest subgraph approximation with linear space and faster update times, suitable for large-scale graph data.
Contribution
It improves previous dynamic densest subgraph algorithms by reducing space complexity and enhancing update time bounds, extending naturally to hypergraphs.
Findings
Linear space usage for the data structure.
Amortized update time of O(log^2 n / ε^4).
Worst-case update time of O(log^3 n log log n / ε^6).
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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Algorithms and Data Compression · Error Correcting Code Techniques
