Decremental SPQR-trees for Planar Graphs
Jacob Holm, Giuseppe F. Italiano, Adam Karczmarz, Jakub {\L}\k{a}cki,, Eva Rotenberg

TL;DR
This paper introduces a decremental data structure for planar graphs that efficiently maintains SPQR-trees and 3-vertex connectivity, significantly improving update times over previous methods.
Contribution
It presents the first decremental data structure for SPQR-trees in planar graphs with polylogarithmic update time, enabling fast connectivity queries.
Findings
Update time for SPQR-trees is $O( log^2 n)$ per operation.
Supports $O(1)$ query time for 3-vertex connectivity.
Achieves exponential improvement over previous $O(\sqrt{n})$ bounds.
Abstract
We present a decremental data structure for maintaining the SPQR-tree of a planar graph subject to edge contractions and deletions. The update time, amortized over operations, is . Via SPQR-trees, we give a decremental data structure for maintaining -vertex connectivity in planar graphs. It answers queries in time and processes edge deletions and contractions in amortized time. This is an exponential improvement over the previous best bound of that has stood for over 20 years. In addition, the previous data structures only supported edge deletions.
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
TopicsInterconnection Networks and Systems · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
