pith. sign in

arxiv: 1509.06464 · v1 · pith:LSEO3A4Vnew · submitted 2015-09-22 · 💻 cs.DS

Dynamic graph connectivity with improved worst case update time and sublinear space

classification 💻 cs.DS
keywords timegraphconnectivityupdatecasedynamicedgespace
0
0 comments X
read the original abstract

This paper considers fully dynamic graph algorithms with both faster worst case update time and sublinear space. The fully dynamic graph connectivity problem is the following: given a graph on a fixed set of n nodes, process an online sequence of edge insertions, edge deletions, and queries of the form "Is there a path between nodes a and b?" In 2013, the first data structure was presented with worst case time per operation which was polylogarithmic in n. In this paper, we shave off a factor of log n from that time, to O(log^4 n) per update. For sequences which are polynomial in length, our algorithm answers queries in O(log n/\log\log n) time correctly with high probability and using O(n \log^2 n) words (of size log n). This matches the amount of space used by the most space-efficient graph connectivity streaming algorithm. We also show that 2-edge connectivity can be maintained using O(n log^2 n) words with an amortized update time of O(log^6 n).

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Hybrid Sketching Methods for Dynamic Connectivity on Sparse Graphs

    cs.DS 2026-05 unverdicted novelty 7.0

    Hybrid sketching saves up to 97% space on dense graphs and 15% on sparse ones by sketching dense cores and storing sparse parts exactly, with new BalloonSketch reducing sketch sizes up to 8x.

  2. Probabilistic Modeling of Latent Agentic Substructures in Deep Neural Networks

    cs.LG 2025-09 unverdicted novelty 5.0

    Proposes a probabilistic framework for latent agentic substructures in DNNs using log-score utilities and log pooling, with proofs on unanimity and an application to persona emergence in LLM alignment.