Fully Dynamic Strongly Connected Components in Planar Digraphs
Adam Karczmarz, Marcin Smulewicz

TL;DR
This paper introduces a novel data structure for maintaining strongly connected components in dynamic planar graphs with sublinear worst-case update time, enabling efficient updates and queries on SCCs.
Contribution
It presents the first fully dynamic SCC data structure for planar digraphs with sublinear worst-case update time, improving over previous bounds.
Findings
Supports implicit SCC representation with $ ilde{O}(n^{6/7})$ update time.
Enables fast reporting and aggregation of SCC vertex information.
Maintains global SCC structure data efficiently.
Abstract
In this paper, we consider maintaining strongly connected components (SCCs) of a directed planar graph subject to edge insertions and deletions. We show a data structure maintaining an implicit representation of the SCCs within worst-case time per update. The data structure supports, in time, reporting vertices of any specified SCC (with constant overhead per reported vertex) and aggregating vertex information (e.g., computing the maximum label) over all the vertices of that SCC. Furthermore, it can maintain global information about the structure of SCCs, such as the number of SCCs or the size of the largest SCC. To the best of our knowledge, no fully dynamic SCCs data structures with sublinear update time have been previously known for any major subclass of digraphs. Our result should be contrasted with the known amortized update time…
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.
