Decremental SPQR-trees for Planar Graphs

Jacob Holm,Giuseppe F. Italiano,Adam Karczmarz,Jakub Łącki,Eva Rotenberg
DOI: https://doi.org/10.48550/arXiv.1806.10772
2018-06-28
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 $\Omega(n)$ operations, is $O(\log^2 n)$. Via SPQR-trees, we give a decremental data structure for maintaining $3$-vertex connectivity in planar graphs. It answers queries in $O(1)$ time and processes edge deletions and contractions in $O(\log^2 n)$ amortized time. This is an exponential improvement over the previous best bound of $O(\sqrt{n}\,)$ that has stood for over 20 years. In addition, the previous data structures only supported edge deletions.
Data Structures and Algorithms
What problem does this paper attempt to address?