[1991] Proceedings 32nd Annual Symposium of Foundations of Computer Science
DOI: 10.1109/sfcs.1991.185451
|View full text |Cite
|
Sign up to set email alerts
|

On-line maintenance of the four-connected components of a graph

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
29
0

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 37 publications
(29 citation statements)
references
References 23 publications
0
29
0
Order By: Relevance
“…As for k b Q, there are only a few results available. Kanevsky et al [30] presented a partially dynamic algorithm for the maintenance of 4-vertex connected components which requires yqY n amortized time per update and per query provided that the graph is triconnected, where q is the number of operations performed. Dinitz [9] presented a partially dynamic algorithm for the maintenance of 4-edge connected components.…”
Section: Previous Related Resultsmentioning
confidence: 99%
“…As for k b Q, there are only a few results available. Kanevsky et al [30] presented a partially dynamic algorithm for the maintenance of 4-vertex connected components which requires yqY n amortized time per update and per query provided that the graph is triconnected, where q is the number of operations performed. Dinitz [9] presented a partially dynamic algorithm for the maintenance of 4-edge connected components.…”
Section: Previous Related Resultsmentioning
confidence: 99%
“…The 4-block tree of a 3-connected planar graph can be computed in O(nα(n)) time [KTBC92]. The 4-block tree has at most (2n − 4)/3 leaves [BDD + 04].…”
Section: Cutting Leavesmentioning
confidence: 99%
“…We first compute its 4-block tree T 4 in O(nα(n)) time [KTBC92], choose an arbitrary node of T 4 , and direct all edges towards it. We call a node u of T 4 a predecessor of v if there is a directed path from u to v in T 4 .…”
Section: -Connected Planar Graphsmentioning
confidence: 99%
“…During each update, all edges inserted into G x,I are also inserted into H and H * , but no edge will be deleted from H and H * . We also construct the data structure of Kannevsky et al [6] described in the previous section in order to test the fourconnectivity between two vertices in H * , and we call it D * . Finally, we maintain a list L of all v ∈ V G with deg G (v) > 3.…”
Section: An O(m + Nα(n N))-time Algorithm For the 2-vdppmentioning
confidence: 99%
“…al. [6]. This data structure being initialized with a triconnected graph supports the insertion of additional edges, can answer queries whether two vertices v and w in the current graph are 4-connected, and finally, if they are neither adjacent nor 4-connected it can output a 3-separator separating v and w. One can use this data structure to identify a vertex v in G x,I not 4-connected to x (and hence non-adjacent to x since one can show that the vertices s 1 , s 2 , t 1 , and t 2 adjacent to x are 4-connected to x) and a 3-separator S separating v and x, and then run a ∆-replacement by S deleting v. However, since D does not support edge deletions, we use data structure D instead for G x,I for a graph H that only before the first ∆-replacement should be equal to G x,I .…”
Section: Introductionmentioning
confidence: 99%