Computing the Maximum Detour of a Plane Graph in Subquadratic Time

  • Authors:
  • Christian Wulff-Nilsen

  • Affiliations:
  • Department of Computer Science, University of Copenhagen, Copenhagen O, Denmark DK-2100

  • Venue:
  • ISAAC '08 Proceedings of the 19th International Symposium on Algorithms and Computation
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let G be a plane graph where each edge is a linesegment. We consider the problem of computing the maximum detour ofG, defined as the maximum over all pairs of distinctpoints p and q of G of the ratio betweenthe distance between p and q in G andthe distance |pq|. The fastest known algorithm for thisproblem has θ(n 2) running timewhere n is the number of vertices. We show how to obtainO(n 3/2log3 n)expected running time. We also show that if G has boundedtreewidth, its maximum detour can be computed inO(nlog3 n) expected time.