English

Connectivity Preserving Iterative Compaction and Finding 2 Disjoint Rooted Paths in Linear Time

Data Structures and Algorithms 2015-09-28 v1 Discrete Mathematics Combinatorics

Abstract

In this paper we show how to combine two algorithmic techniques to obtain linear time algorithms for various optimization problems on graphs, and present a subroutine which will be useful in doing so. The first technique is iterative shrinking. In the first phase of an iterative shrinking algorithm, we construct a sequence of graphs of decreasing size G1,,GG_1,\ldots,G_\ell where G1G_1 is the initial input, GG_\ell is a graph on which the problem is easy, and GiG_i is obtained from Gi+1G_{i+1} via some shrinking algorithm. In the second phase we work through the sequence in reverse, repeatedly constructing a solution for a graph from the solution for its successor. In an iterative compaction algorithm, we insist that the graphs decrease by a constant fraction of the entire graph. Another approach to solving optimization problems is to exploit the structural properties implied by the connectivity of the input graph. This approach can be used on graphs which are not highly connected by decomposing an input graph into its highly connected pieces, solving subproblems on these specially structured pieces and then combining their solutions. We combine these two techniques by developing compaction algorithms which when applied to the highly connected pieces preserve their connectivity properties. The structural properties this connectivity implies can be helpful both in finding further compactions in later iterations and when we are manipulating solutions in the second phase of an iterative compaction algorithm. To illustrate how this compaction algorithm can be used as a subroutine, we present a linear time algorithm that given four vertices {s1,s2,t1,t2}\{s_1,s_2,t_1,t_2\} of a graph GG, either finds a pair of disjoint paths P1P_1 and P2P_2 of GG such that PiP_i has endpoints sis_i and tit_i, or returns a planar embedding of an auxiliary graph which shows that no such pair exists.

Keywords

Cite

@article{arxiv.1509.07680,
  title  = {Connectivity Preserving Iterative Compaction and Finding 2 Disjoint Rooted Paths in Linear Time},
  author = {Ken-ichi Kawarabayashi and Zhentao Li and Bruce Reed},
  journal= {arXiv preprint arXiv:1509.07680},
  year   = {2015}
}

Comments

83 pages, 1 figure

R2 v1 2026-06-22T11:05:22.083Z