Competitive graph searches

  • Authors:
  • Binh-Minh Bui-Xuan;Michel Habib;Christophe Paul

  • Affiliations:
  • CNRS - LIRMM - Univ. Montpellier II, 161 rue Ada, 34392 Montpellier Cedex 5, France;CNRS - LIAFA - Univ. Paris Diderot, 2 place Jussieu, Case 7014, 75251 Paris Cedex 05, France;CNRS - LIRMM - Univ. Montpellier II, 161 rue Ada, 34392 Montpellier Cedex 5, France

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2008

Quantified Score

Hi-index 5.23

Visualization

Abstract

We exemplify an optimization criterion for divide-and-conquer algorithms with a technique called generic competitive graph search. The technique is then applied to solve two problems arising from biocomputing, so-called Common Connected Components and Cograph Sandwich. The first problem can be defined as follows: given two graphs on the same set of n vertices, find the coarsest partition of the vertex set into subsets which induce connected subgraphs in both input graphs. The second problem is an instance of sandwich problems: given a partial subgraph G"1 of G"2, find a partial subgraph G of G"2 that is partial supergraph of G"1 (sandwich), and that is a cograph. For the former problem our generic algorithm not only achieves the current best known performance on arbitrary graphs and forests, but also improves by a logn factor when the input is made of planar graphs. However, our complexity for intervals graphs is slightly lower than a recent result. For the latter problem, we first study the relationship between the common connected components problem and the cograph sandwich problem, then, using our competitive graph search paradigm, we improve the computation of cograph sandwiches from O(n(n+m)) down to O(n+mlog^2n), where n is the number of vertices and m of total edges.